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

Eric Belanger eric at archlinux.org
Fri Jul 6 02:23:47 UTC 2007


    Date: Thursday, July 5, 2007 @ 22:23:47
  Author: eric
    Path: /home/cvs-unstable/unstable/office/abcm2ps-devel

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: abcm2ps-devel 5.4.4-1
added license, provides and conflicts field


----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Index: unstable/office/abcm2ps-devel/PKGBUILD
diff -u unstable/office/abcm2ps-devel/PKGBUILD:1.7 unstable/office/abcm2ps-devel/PKGBUILD:1.8
--- unstable/office/abcm2ps-devel/PKGBUILD:1.7	Sat Mar 26 20:41:39 2005
+++ unstable/office/abcm2ps-devel/PKGBUILD	Thu Jul  5 22:23:46 2007
@@ -1,19 +1,22 @@
-# $Id: PKGBUILD,v 1.7 2005/03/27 01:41:39 damir Exp $
+# $Id: PKGBUILD,v 1.8 2007/07/06 02:23:46 eric Exp $
 # Maintainer: Damir Perisa <damir.perisa at bluewin.ch>
 pkgname=abcm2ps-devel
 orgname=abcm2ps
-pkgver=4.9.2
+pkgver=5.4.4
 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. (DEVELOPEMENT version)"
+arch=('i686' 'x86_64')
 url="http://moinejf.free.fr/"
+license=('GPL')
 depends=('glibc')
-
+provides=('abcm2ps')
+conflicts=('abcm2ps')
 source=(http://moinejf.free.fr/$orgname-$pkgver.tar.gz)
+md5sums=('4fc0fcdf80b37b1ac74124f4fda02340')
 
 build() {
   cd $startdir/src/$orgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$startdir/pkg/usr docdir=$startdir/pkg/usr/doc install
 }
-




More information about the arch-commits mailing list