[arch-commits] Commit in hacburn/repos (community-any community-any/PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Feb 2 11:24:16 UTC 2013


    Date: Saturday, February 2, 2013 @ 12:24:16
  Author: jlichtblau
Revision: 83505

archrelease: copy trunk to community-any

Added:
  hacburn/repos/community-any/
  hacburn/repos/community-any/PKGBUILD
    (from rev 83504, hacburn/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: hacburn/repos/community-any/PKGBUILD (from rev 83504, hacburn/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-02-02 11:24:16 UTC (rev 83505)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=hacburn
+pkgver=0.3.5
+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' 'mpg123' 'vorbis-tools' 'gtk2' 'xorg-server' 'perl' 'cddb_get' 'lame')
+source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
+sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')
+
+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
+}




More information about the arch-commits mailing list