summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-17 20:19:36 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-17 20:19:36 (GMT)
commitb6fd62622b6b31d81e3059176bc91bf1c2595785 (patch)
treeed44e9b09396f2bb3aa6ab0edcee408f17118133 /abs/extra-testing
parent15cdc14d7113be4847859ab2be012c7afe63d1af (diff)
parent346bb8386a4fdee7632dfae849efcdae53c820fe (diff)
downloadlinhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.zip
linhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.tar.gz
linhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/mpgtx/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra-testing/mpgtx/PKGBUILD b/abs/extra-testing/mpgtx/PKGBUILD
new file mode 100644
index 0000000..1181564
--- /dev/null
+++ b/abs/extra-testing/mpgtx/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname="mpgtx"
+pkgver="1.3.1"
+pkgrel=1
+arch=('i686')
+pkgdesc="mpgtx is a commandline MPEG audio/video/system file toolbox."
+url="http://mpgtx.sourceforge.net/"
+source=(http://downloads.sourceforge.net/project/mpgtx/mpgtx/$pkgver/mpgtx-$pkgver.tar.gz)
+md5sums=('d628060aa04ad3b40a175bf35f5167cf')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make || return 1
+ make INSTALLDIR=$startdir/pkg/usr/bin MANDIR=$startdir/pkg/usr/man/man1 MANDIRDE=$startdir/usr/man/de/man1 install
+}
+