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

Eric Belanger eric at archlinux.org
Fri Jun 29 03:42:53 UTC 2007


    Date: Thursday, June 28, 2007 @ 23:42:53
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/shorten

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: shorten 3.6.1-1


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


Index: extra/multimedia/shorten/PKGBUILD
diff -u extra/multimedia/shorten/PKGBUILD:1.10 extra/multimedia/shorten/PKGBUILD:1.11
--- extra/multimedia/shorten/PKGBUILD:1.10	Thu Jul 20 16:11:29 2006
+++ extra/multimedia/shorten/PKGBUILD	Thu Jun 28 23:42:53 2007
@@ -1,19 +1,23 @@
-# $Id: PKGBUILD,v 1.10 2006/07/20 20:11:29 andyrtr Exp $
+# $Id: PKGBUILD,v 1.11 2007/06/29 03:42:53 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=shorten
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Shorten is an established low complexity waveform coder which uses a lossless compression scheme, superior to that of mp3"
 arch=(i686 x86_64)
-source=(http://www.etree.org/shnutils/$pkgname/source/$pkgname-$pkgver.tar.gz)
 url="http://www.etree.org/shnutils/shorten/"
-md5sums=('db90a23839ed242ccef26da6c4b2499b')
+license=('custom')
+depends=('glibc')
+source=(http://www.etree.org/shnutils/$pkgname/dist/src/$pkgname-$pkgver.tar.gz)
+md5sums=('fb59c16fcedc4f4865d277f6e45866a7')
+sha1sums=('bd525ced0b9ba99a7a178c11647a853147977fa5')
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver
 	./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