#Packager: George Vlahavas pkgname=sakis3g pkgver=0.2.0e pkgrel=1gv arch=noarch source=("sakis3g-0.2.0e.tar.gz" "sakis3g.desktop") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "contrib") url=http://www.sakis3g.org options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sakis3g (all-in-one script for connecting with 3G)" "While granted the the \"script\" title, Sakis3g actually cheats big" "time. Scope of Sakis3G is to finally provide a single self-contained" "shell script to end user, capable to connect him/her through" "3G/UMTS/GPRS. Thus, the \"script\" title." ) build() { cd $startdir/src/$pkgname-$pkgver ./compile stripped mkdir -p $startdir/pkg/usr/bin cp build/sakis3gz $startdir/pkg/usr/bin/sakis3g chmod 755 $startdir/pkg/usr/bin/sakis3g mkdir -p $startdir/pkg/usr/man/man{1,5} cp man/sakis3g.1 $startdir/pkg/usr/man/man1/ cp man/sakis3g.conf.5 $startdir/pkg/usr/man/man5 chmod 644 $startdir/pkg/usr/man/man1/sakis3g.1 $startdir/pkg/usr/man/man5/sakis3g.conf.5 mkdir -p $startdir/pkg/usr/share/applications cp $startdir/src/sakis3g.desktop $startdir/pkg/usr/share/applications/ chmod 644 $startdir/pkg/usr/share/applications/sakis3g.desktop }