#Maintainer: Dimitris Tzemos #Mandatory pkgname=inadyn pkgver=1.98.1 pkgrel=1dj source=("ftp://ftp.vmlinux.org/pub/People/jocke/inadyn/$pkgname-$pkgver.tar.bz2" "README" "README.Slackware") #Optional docs=("COPYING" "ChangeLog" "README" "README.Slackware") url=http://inadyn.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "inadyn (Dynamic DNS client)" "INADYN is a free DynDNS client. It gives the possibility to have" "your own fixed hostname registered on the internet, although your" "IP might be changing. INADYN periodically checks whether the IP " "address stored by the DNS server is the real current address of the" "machine running INADYN" "Make sure you read the documentation about how to set this up," "/usr/doc/$pkgname-$pkgver/README.Slackware" "" "Homepage: http://inadyn.sourceforge.net" ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 sed -i "s/local//g" $startdir/src/$pkgname-$pkgver/Makefile || return 1 sed -i "s/sbin/bin/g" $startdir/src/$pkgname-$pkgver/Makefile || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }