[arch-commits] Commit in hacburn/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Feb 2 11:22:44 UTC 2013


    Date: Saturday, February 2, 2013 @ 12:22:44
  Author: jlichtblau
Revision: 83503

upgpkg: hacburn 0.3.5-5

Modified:
  hacburn/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 11:18:14 UTC (rev 83502)
+++ PKGBUILD	2013-02-02 11:22:44 UTC (rev 83503)
@@ -1,21 +1,21 @@
 # $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
 pkgname=hacburn
 pkgver=0.3.5
-pkgrel=4
-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')
+pkgrel=5
+pkgdesc="A script written in perl to aid in writing CDs. It is a graphical interface (using gtk+) to cdrtools, mpg321 and ogg123."
+arch=('any')
 url="http://hacburn.sourceforge.net/"
 license=('GPL')
-depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg321' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame')
-conflicts=('hacburn-cvs')
+depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame')
 source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
-md5sums=('1e4b3e4b49de58259a446b7752f59f22')
+sha256sums=('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
+package() {
+  install -D -m755 ${srcdir}/HacBurn-$pkgver/hacburn ${pkgdir}/usr/bin/hacburn
+  
+  install -D -m644 ${srcdir}/HacBurn-$pkgver/hacburn.png ${pkgdir}/usr/share/pixmaps/hacburn.png
 }
+sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')




More information about the arch-commits mailing list