contrib/inadyn-mt/Pkgfile

26 lines
611 B
Plaintext
Raw Normal View History

2008-02-13 22:06:45 +01:00
# Description: Lightweight, free and opensource dynamic dns client.
# URL: http://inadyn-mt.sourceforge.net/
2009-09-03 08:56:08 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2008-02-13 22:06:45 +01:00
# Depends on:
name=inadyn-mt
2011-03-31 09:31:36 +02:00
version=02.24.34
2008-02-13 22:06:45 +01:00
release=1
source=(http://download.sourceforge.net/$name/$name.v.$version.tar.gz)
2008-02-13 22:06:45 +01:00
build() {
2009-09-03 08:56:08 +02:00
cd $name.v.$version
2010-11-09 09:41:42 +01:00
2010-02-22 01:39:18 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-sound \
--disable-debug
2010-02-03 10:55:27 +01:00
2010-02-22 01:39:18 +01:00
make
2010-11-09 09:41:42 +01:00
2010-02-22 01:39:18 +01:00
install -d $PKG/etc
make INSTALL_PREFIX=$PKG DESTDIR=$PKG install
2010-06-14 08:44:32 +02:00
rm -rf $PKG/inadyn-mt $PKG/etc
2008-02-13 22:06:45 +01:00
}