summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py-gobject/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/py-gobject/APKBUILD b/testing/py-gobject/APKBUILD
deleted file mode 100644
index fe758d3c9..000000000
--- a/testing/py-gobject/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor:
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py-gobject
-pkgver=2.20.0
-pkgrel=0
-pkgdesc="Python bindings for the GObject library"
-url="http://www.pygtk.org/"
-license="GPL"
-depends=
-makedepends="python-dev glib-dev"
-install=
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/pygobject-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/pygobject-$pkgver
-prepare() {
- cd "$_builddir"
- # apply patches here
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="10e1fb79be3d698476a28b1e1b0c5640 pygobject-2.20.0.tar.bz2"