aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-05 17:57:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-05 17:57:43 +0000
commit7f828c0067a3daef3eb33a201c30ed125cf95a3c (patch)
treef266e37eb0fe0c241c95f2cf4b8f5dbc60ec389d /testing
parentad27e54bc6ca5d6bb84212c9a6a24902d883df1e (diff)
downloadaports-7f828c0067a3daef3eb33a201c30ed125cf95a3c.tar.bz2
aports-7f828c0067a3daef3eb33a201c30ed125cf95a3c.tar.xz
main/gigolo: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/gigolo/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/gigolo/APKBUILD b/testing/gigolo/APKBUILD
deleted file mode 100644
index 5bfa4337a3..0000000000
--- a/testing/gigolo/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gigolo
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="GIO/GVFS management application"
-url="http://www.uvena.de/gigolo/"
-license="GPLv2"
-arch="all"
-depends=
-makedepends="gtk+-dev python"
-install=
-subpackages="$pkgname-doc $pkgname-lang"
-source="http://archive.xfce.org/src/apps/gigolo/${pkgver%.*}/gigolo-$pkgver.tar.bz2"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$_builddir"
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="760bdc5753768214b379733a728b0c80 gigolo-0.4.1.tar.bz2"