#Maintainer: George Vlahavas pkgname=dotnew pkgver=0.5.3 pkgrel=1gv arch=noarch source=(http://pnboy.pinguix.com/gapan/dotnew/dotnew-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "translators") options=('tgz') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dotnew (a utility to manage .new system configuration files)" "dotnew is a utility to help with management of .new system" "configuration files in slackware and slackware based distributions." "dotnew uses Xdialog or dialog (if you are running under X11 or in a" "linux console respectively) to present the user with a menu for each" "new configuration file present in his system. The user is allowed to:" " * replace the old configuration file with the new one" " * delete the new configuration file" " * view a diff between the old and new configuration files" " * run vimdiff between the old and new configuration files" ) build() { cd $startdir/src/$pkgname-$pkgver ./compile.sh DESTDIR=$startdir/pkg/ ./install.sh }