summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorKiyoshi Aman <aphrael@alpinelinux.org>2011-05-24 16:42:34 -0400
committerKiyoshi Aman <aphrael@alpinelinux.org>2011-05-24 16:43:43 -0400
commit4f99a323ab37b1b53a961f3ac06cdd52275a1695 (patch)
tree43436764ff597b6bbf577745a9f48df96bb64aed /testing
parent8b29ce3cf9a7ae91c08bfe1b7f62839bd657745d (diff)
downloadaports-4f99a323ab37b1b53a961f3ac06cdd52275a1695.tar.bz2
aports-4f99a323ab37b1b53a961f3ac06cdd52275a1695.tar.xz
main/libwebp: promote from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libwebp/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/libwebp/APKBUILD b/testing/libwebp/APKBUILD
deleted file mode 100644
index 080a293d9..000000000
--- a/testing/libwebp/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-# Maintainer:
-pkgname=libwebp
-pkgver=0.1.2
-pkgrel=0
-pkgdesc="Libraries for working with WebP images"
-url="http://code.google.com/speed/webp/index.html"
-arch="all"
-license="BSD"
-depends=
-depends_dev=
-makedepends="libpng-dev jpeg-dev automake autoconf libtool"
-install=""
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://webp.googlecode.com/files/libwebp-$pkgver.tar.gz"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$_builddir"
- sh autogen.sh
- ./configure --prefix=/usr || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- mkdir -p "$pkgdir"/usr/share/doc/$pkgname
- install -Dm644 PATENTS README "$pkgdir"/usr/share/doc/$pkgname
-}
-
-md5sums="5534f6e3c8b9f5851a9a5b56bf78f2b0 libwebp-0.1.2.tar.gz"