#Packager: Dimitris Tzemos pkgname=install-multilib pkgver=1.0.0 pkgrel=1dj arch=x86_64 source=(install-multilib-$pkgver.tar.gz) docs=("readme" "copying" "authors") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "install-multilib (a script for installing multilib)" "install-multilib is a script for installing, updating, multilib on" "all versions of salix/slackel, including stable and current " "slackware version" "" "Please add in blacklist gcc* and glibc*, for not upgrade them" "with slapt-get" ) build() { cd $startdir/src/$pkgname-$pkgver ./compile.sh DESTDIR=$startdir/pkg ./install.sh }