diff options
Diffstat (limited to 'community/hacburn')
-rw-r--r-- | community/hacburn/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/community/hacburn/PKGBUILD b/community/hacburn/PKGBUILD new file mode 100644 index 000000000..da8654e32 --- /dev/null +++ b/community/hacburn/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 7841 2010-01-11 23:20:21Z dgriffiths $ +# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org +pkgname=hacburn +pkgver=0.3.5 +pkgrel=3.1 +pkgdesc="HacBurn is a script written in perl to aid in writing CDs. It is a graphical interface (using gtk+) to cdrtools, mpg321 and ogg123." +arch=('i686' 'x86_64') +url="http://hacburn.sourceforge.net/" +license=('GPL') +depends=('gtk2-perl' 'glib-perl' 'cdrtools' 'mpg321' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame') +conflicts=('hacburn-cvs') +source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2) +md5sums=('1e4b3e4b49de58259a446b7752f59f22') + +build() { + install -D -m755 $startdir/src/HacBurn-$pkgver/hacburn \ + $startdir/pkg/usr/bin/hacburn + mkdir -p $startdir/pkg/usr/share/pixmaps + cp $startdir/src/HacBurn-$pkgver/hacburn.png \ + $startdir/pkg/usr/share/pixmaps/hacburn.png +} |