[arch-commits] Commit in snd/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Jul 4 16:07:26 UTC 2010
Date: Sunday, July 4, 2010 @ 12:07:26
Author: eric
Revision: 84807
upgpkg: snd 11.6-1
Upstream update, Improved description, Removed unneeded depends
Modified:
snd/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-07-04 15:54:10 UTC (rev 84806)
+++ PKGBUILD 2010-07-04 16:07:26 UTC (rev 84807)
@@ -4,22 +4,25 @@
# Contributor: dorphell <dorphell at archlinux.org>
pkgname=snd
-pkgver=10.1
+pkgver=11.6
pkgrel=1
-pkgdesc="Snd is the emacs of sound editor"
+pkgdesc="An advanced sound editor"
arch=('i686' 'x86_64')
+url="http://ccrma.stanford.edu/software/snd/"
license=('custom')
-depends=('guile>=1.8.1' 'lesstif' 'fam' 'libxpm' 'libtool>=2.2')
-url="http://ccrma.stanford.edu/software/snd/"
+depends=('lesstif' 'fam')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4cdaf485b038191ebcc3e8097058930')
+md5sums=('a48bb692ecba320fe6aa2e00fd6d360b')
+sha1sums=('383978c94a1f503e331f8f84b21df375fb208c27')
-
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --without-gsl --without-fftw
- make || return 1
- make prefix=${startdir}/pkg/usr install
- install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
+ make
}
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make prefix="${pkgdir}/usr" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list