diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/libsamplerate | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/libsamplerate')
-rw-r--r-- | abs/extra-testing/libsamplerate/ChangeLog | 14 | ||||
-rw-r--r-- | abs/extra-testing/libsamplerate/PKGBUILD | 23 |
2 files changed, 0 insertions, 37 deletions
diff --git a/abs/extra-testing/libsamplerate/ChangeLog b/abs/extra-testing/libsamplerate/ChangeLog deleted file mode 100644 index b76b041..0000000 --- a/abs/extra-testing/libsamplerate/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -2009-04-08 Eric Belanger <eric@archlinux.org> - - * libsamplerate 0.1.7-1 - * Upstream update - -2009-01-30 Eric Belanger <eric@archlinux.org> - - * libsamplerate 0.1.6-1 - * Upstream update - -2008-07-10 Eric Belanger <eric@archlinux.org> - - * libsamplerate 0.1.4-1 - * Upstream update diff --git a/abs/extra-testing/libsamplerate/PKGBUILD b/abs/extra-testing/libsamplerate/PKGBUILD deleted file mode 100644 index dc0f0fa..0000000 --- a/abs/extra-testing/libsamplerate/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 34235 2009-04-08 11:01:52Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: Jason Chu <jchu@xentac.net> - -pkgname=libsamplerate -pkgver=0.1.7 -pkgrel=1 -pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio" -arch=('i686' 'x86_64') -url="http://www.mega-nerd.com/SRC/index.html" -license=('GPL') -depends=('libsndfile' 'flac>=1.1.4') -options=('!libtool') -source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz) -md5sums=('ad093e60ec44f0a60de8e29983ddbc0f') -sha1sums=('98a52392eb97f9ba724ca024b3af29a8a0cc0206') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=${pkgdir} install || return 1 -} |