diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-11-09 09:41:42 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-11-11 15:14:11 +0100 |
commit | ae11a7710e00e33cabfc3169f44fbe7e1686ca8a (patch) | |
tree | e3ebc1258554377bd9a889b243eafc844a6d96c2 /inadyn-mt/Pkgfile | |
parent | 722a7e570c3a822e273269114cd83fec1728e7dd (diff) | |
download | contrib-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/Pkgfile | 4 |
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 |