summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:21 +0000
commit5b74111b3183108e728f9c80e01df6a0d6b3767f (patch)
treeafd94fe744855f2df1365ce0b366154c1f05302a /testing
parent30cadb0b12ee5b2442659e0304a96a1786d1584d (diff)
downloadaports-5b74111b3183108e728f9c80e01df6a0d6b3767f.tar.bz2
aports-5b74111b3183108e728f9c80e01df6a0d6b3767f.tar.xz
main/libgee: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libgee/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/libgee/APKBUILD b/testing/libgee/APKBUILD
deleted file mode 100644
index 8ac80b4b0..000000000
--- a/testing/libgee/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libgee
-pkgver=0.6.1
-pkgrel=0
-pkgdesc="GObject collection library"
-url="http://live.gnome.org/Libgee"
-arch="all"
-license="LGPL2.1"
-depends=""
-makedepends=" glib-dev"
-subpackages="$pkgname-dev"
-source="http://ftp.gnome.org/pub/GNOME/sources/libgee/${pkgver%.*}/libgee-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --disable-static || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="9cf60f41f3aa10ac7f1f7e1d094e05a1 libgee-0.6.1.tar.bz2"