contrib/inadyn-mt/Pkgfile
2010-02-22 01:39:18 +01:00

23 lines
582 B
Plaintext

# Description: Lightweight, free and opensource dynamic dns client.
# URL: http://inadyn-mt.sourceforge.net/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=inadyn-mt
version=02.18.14
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
}