diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 19:47:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-03 19:47:22 +0000 |
commit | afa5279ae5cbaf23ee3506a516db24d0465ae659 (patch) | |
tree | 78ba657ba15de12076930cb41284fa65c7c3481b /testing/polkit-gnome | |
parent | 684d5ebdddfc7f2222823fd1aedbd35caba87079 (diff) | |
download | aports-afa5279ae5cbaf23ee3506a516db24d0465ae659.tar.bz2 aports-afa5279ae5cbaf23ee3506a516db24d0465ae659.tar.xz |
testing/*: remove
we dont ship stuff thats under testing
Diffstat (limited to 'testing/polkit-gnome')
-rw-r--r-- | testing/polkit-gnome/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/polkit-gnome/APKBUILD b/testing/polkit-gnome/APKBUILD deleted file mode 100644 index e642b96dea..0000000000 --- a/testing/polkit-gnome/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=polkit-gnome -pkgver=0.100 -pkgrel=0 -pkgdesc="PolicyKit integration for the GNOME desktop" -url="http://www.freedesktop.org/wiki/Software/PolicyKit" -arch="all" -license="LGPL" -depends="" -makedepends="polkit-dev gtk+-dev gobject-introspection" -subpackages="$pkgname-dev" -source="http://hal.freedesktop.org/releases/polkit-gnome-$pkgver.tar.bz2" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" -} - -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libexecdir=/usr/lib/polkit-gnome \ - --disable-static \ - --disable-introspection \ - || return 1 - make -} - -package() { - cd "$_builddir" - make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="0554fe631e923ed560d65b60661cbbe1 polkit-gnome-0.100.tar.bz2" |