#Maintainer: JRD pkgname=free-on-desktop pkgver=0.2 pkgrel=1 zenver=54 arch=i486 source=(free-on-desktop) sourcetemplate=http://enialis.net/~jrd/zenwalk/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") extradepends=(mplayer) options=(noextract) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "French Free ISP TV and radios available on the desktop." "Free ISP make available some tv and radios streams through rtsp from" "the local network." "Here is way of creating launchers on the desktop for quickly accessing" "them, by just clicking on the logo." "Run 'free-on-desktop' to start building the TV and radios list." ) build() { DESTDIR=$startdir/pkg mkdir -p $DESTDIR/usr/bin cp free-on-desktop $DESTDIR/usr/bin/ chmod +x $DESTDIR/usr/bin/free-on-desktop }