#Maintainer: George Vlahavas pkgname=dotnew pkgver=1.1.0 pkgrel=2slint arch=noarch source=(dotnew-$pkgver.tar.xz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "translations") options=('nosrcpack') 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 systems." "The console interface uses dialog 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 two files or merge diffs" "between the files using vimdiff." ) build() { cd $startdir/src/$pkgname-$pkgver make make install DESTDIR=$startdir/pkg/ }