diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:48:40 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:48:40 +0000 |
| commit | 18d981e1058dff65dc4a25ea7521340aa24c1bc4 (patch) | |
| tree | 61b0cce5516714a24584cd0e01e4f98857eedc64 /testing | |
| parent | 20e3690c17ab128fb431ac5ae3fdb7234176d1d4 (diff) | |
| download | aports-18d981e1058dff65dc4a25ea7521340aa24c1bc4.tar.bz2 aports-18d981e1058dff65dc4a25ea7521340aa24c1bc4.tar.xz | |
main/celt051: moved from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/celt051/APKBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/celt051/APKBUILD b/testing/celt051/APKBUILD deleted file mode 100644 index 86e05c8f0d..0000000000 --- a/testing/celt051/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=celt051 -pkgver=0.5.1.3 -pkgrel=0 -pkgdesc="An audio codec for use in low-delay speech and audio communication" -url="http://www.celt-codec.org/" -arch="all" -license="BSD" -depends="" -makedepends="libogg-dev" -install="" -subpackages="$pkgname-dev" -source="http://downloads.us.xiph.org/releases/celt/celt-$pkgver.tar.gz" - -_builddir="$srcdir"/celt-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la -} - -md5sums="67e7b5e45db57a6f1f0a6962f5ecb190 celt-0.5.1.3.tar.gz" |
