[arch-commits] CVS update of extra/multimedia/mpcut (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Aug 8 02:17:10 UTC 2007


    Date: Tuesday, August 7, 2007 @ 22:17:10
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/mpcut

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: mpcut 1.1b-1
added arch field and license, fixed building issue


----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)


Index: extra/multimedia/mpcut/PKGBUILD
diff -u extra/multimedia/mpcut/PKGBUILD:1.3 extra/multimedia/mpcut/PKGBUILD:1.4
--- extra/multimedia/mpcut/PKGBUILD:1.3	Thu Nov  6 03:27:12 2003
+++ extra/multimedia/mpcut/PKGBUILD	Tue Aug  7 22:17:10 2007
@@ -1,18 +1,23 @@
-# $Id: PKGBUILD,v 1.3 2003/11/06 08:27:12 dorphell Exp $
+# $Id: PKGBUILD,v 1.4 2007/08/08 02:17:10 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Greg Grabinski <greg at grabinski.ch>
 pkgname=mpcut
 pkgver=1.1b
 pkgrel=1
 pkgdesc="This program allows you to visualise the power levels in each frame of an MP3 file, select a number of frames, cut out frames you don't want, and then save the selected frames (excluding the cuts) to a separate MP3 file."
+arch=('i686' 'x86_64')
+url="http://minnie.tuhs.org/Programs/Mpcut/"
+license=('custom')
 depends=('gtk>=1.2' 'mpg321')
 source=( http://minnie.tuhs.org/Programs/Mpcut/$pkgname-$pkgver.tar.gz )
-url="http://minnie.tuhs.org/Programs/Mpcut/"
+md5sums=('68faa81061af75d9523eb7c9fa27a8ca')
 
 build() {
   cd $startdir/src/$pkgname-1.1
+  touch NEWS AUTHORS
   sh autogen.sh
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list