#Maintainer: Nigel Bosch pkgname=gtkpod pkgver=0.99.14 pkgrel=1 zenver=62 arch=i486 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") docs=("authors" "copying" "changelog" "install" "news" "readme" "todoandbugs.txt" "troubleshooting") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/sparky/packages/$pkgname/ url=http://www.gtkpod.org slackdesc=\ ( #|------handy-ruler----------------------------------------------------| "$pkgname - An application for managing your iPod on Linux" "$pkgname is a platform-independent GUI for Apple's iPod using GTK 2." "It allows you to import your existing iTunes database, add/delete" "songs/playlists, and edit ID3 tags. It also features international" "charset support for ID3 tags, detects when adding already existing" "songs, and more. Currently there is support for first through fifth" "generation iPods." ) build() { cd $startdir/src/$pkgname-$pkgver LIBS="-L/usr/lib" ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }