[arch-commits] CVS update of extra/office/abcm2ps (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jul 6 02:01:06 UTC 2007


    Date: Thursday, July 5, 2007 @ 22:01:06
  Author: eric
    Path: /home/cvs-extra/extra/office/abcm2ps

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: abcm2ps 4.12.30-1
added license


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


Index: extra/office/abcm2ps/PKGBUILD
diff -u extra/office/abcm2ps/PKGBUILD:1.6 extra/office/abcm2ps/PKGBUILD:1.7
--- extra/office/abcm2ps/PKGBUILD:1.6	Sat Jul 15 16:59:16 2006
+++ extra/office/abcm2ps/PKGBUILD	Thu Jul  5 22:01:06 2007
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.6 2006/07/15 20:59:16 andyrtr Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/06 02:01:06 eric Exp $
 # Maintainer: damir <damir at archlinux.org>
 pkgname=abcm2ps
-pkgver=3.7.21
+pkgver=4.12.30
 pkgrel=1
 pkgdesc="abcm2ps is a command line program which converts ABC to music sheet in PostScript format. It is an extension of abc2ps which may handle many voices per staff."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://moinejf.free.fr/"
+license=('GPL')
 depends=('glibc')
-
 source=(http://moinejf.free.fr/$pkgname-$pkgver.tar.gz)
+md5sums=('fed5c486509b1c2f569a1e5216fa7890')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$startdir/pkg/usr docdir=$startdir/pkg/usr/doc install
 }
 
-md5sums=('8bcda368edfbe17ea9c63c4102233d0a')




More information about the arch-commits mailing list