aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-12 20:29:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-12 20:29:26 +0000
commit896435c18b4ff8ae101dc94b4773efbad4b15abf (patch)
tree499493856d2818a03c8f15faea074865bb9f5391 /testing
parent557f5df09fb8d5bf54fb96aed41bd2427b37e122 (diff)
downloadaports-896435c18b4ff8ae101dc94b4773efbad4b15abf.tar.bz2
aports-896435c18b4ff8ae101dc94b4773efbad4b15abf.tar.xz
main/gpicview: moved from testing
it works
Diffstat (limited to 'testing')
-rw-r--r--testing/gpicview/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/gpicview/APKBUILD b/testing/gpicview/APKBUILD
deleted file mode 100644
index 9db0713c8b..0000000000
--- a/testing/gpicview/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gpicview
-pkgver=0.2.1
-pkgrel=0
-pkgdesc="Picture viewer of the LXDE Desktop"
-url="http://wiki.lxde.org/en/GPicView"
-license="GPL-2"
-depends="gtk+-dev intltool jpeg-dev"
-source="http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --sysconfdir=/etc --prefix=/usr || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="a2de255bf9bdc40746c0dc89b3454a10 gpicview-0.2.1.tar.gz"