aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-23 15:37:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-23 15:37:34 +0000
commitd64bddab69d62921f589cb14a7b64ecc542d2ddd (patch)
tree228573bd39a77508371d8a5e0f5d827e6e55d404 /testing
parentae65b0fcefcd42d5a43ab4c1d7d4b2d3fd37e959 (diff)
downloadaports-d64bddab69d62921f589cb14a7b64ecc542d2ddd.tar.bz2
aports-d64bddab69d62921f589cb14a7b64ecc542d2ddd.tar.xz
main/gucharmap: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/gucharmap/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/gucharmap/APKBUILD b/testing/gucharmap/APKBUILD
deleted file mode 100644
index 9ee4fc2be7..0000000000
--- a/testing/gucharmap/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor:
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=gucharmap
-pkgver=2.32.0
-pkgrel=0
-pkgdesc="the GNOME Character Map, based on the Unicode Character Database"
-url="http://live.gnome.org/Gucharmap"
-license="GPL"
-depends=
-makedepends="gtk+-dev"
-install=
-subpackages="$pkgname-dev"
-source="http://ftp.gnome.org/pub/GNOME/sources/gucharmap/${pkgver%.*}/gucharmap-$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 \
- --disable-gconf \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="1a2eb13af8e2c51a811b96748378d351 gucharmap-2.32.0.tar.bz2"