summaryrefslogtreecommitdiffstats
path: root/extra/libart-lgpl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libart-lgpl/APKBUILD')
-rw-r--r--extra/libart-lgpl/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libart-lgpl/APKBUILD b/extra/libart-lgpl/APKBUILD
deleted file mode 100644
index 3ac38769a..000000000
--- a/extra/libart-lgpl/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libart-lgpl
-pkgver=2.3.20
-pkgrel=0
-pkgdesc="A library for high-performance 2D graphics"
-url="http://www.levien.com/libart/"
-license="LGPL"
-depends="uclibc"
-subpackages="$pkgname-dev"
-source="http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-$pkgver.tar.bz2
- "
-
-build() {
- cd "$srcdir"/libart_lgpl-$pkgver
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="d0ce67f2ebcef1e51a83136c69242a73 libart_lgpl-2.3.20.tar.bz2"