summaryrefslogtreecommitdiff
path: root/inadyn-mt/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-11-09 09:41:42 +0100
committerJose V Beneyto <sepen@crux.nu>2010-11-11 15:14:11 +0100
commitae11a7710e00e33cabfc3169f44fbe7e1686ca8a (patch)
treee3ebc1258554377bd9a889b243eafc844a6d96c2 /inadyn-mt/Pkgfile
parent722a7e570c3a822e273269114cd83fec1728e7dd (diff)
downloadcontrib-ae11a7710e00e33cabfc3169f44fbe7e1686ca8a.tar.gz
contrib-ae11a7710e00e33cabfc3169f44fbe7e1686ca8a.tar.xz
inadyn-mt: updated to 02.20.20
Diffstat (limited to 'inadyn-mt/Pkgfile')
-rw-r--r--inadyn-mt/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inadyn-mt/Pkgfile b/inadyn-mt/Pkgfile
index fa78d7469..afa60ed5a 100644
--- a/inadyn-mt/Pkgfile
+++ b/inadyn-mt/Pkgfile
@@ -5,18 +5,20 @@
# Depends on:
name=inadyn-mt
-version=02.18.36
+version=02.20.20
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz)
build() {
cd $name.v.$version
+
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-sound \
--disable-debug
make
+
install -d $PKG/etc
make INSTALL_PREFIX=$PKG DESTDIR=$PKG install
rm -rf $PKG/inadyn-mt $PKG/etc

Generated by cgit