summaryrefslogtreecommitdiffstats
path: root/x11/fontsproto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
commit9526ee659401dee7160f35cb62ded2779bcbbc99 (patch)
tree812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/fontsproto
parent05e09c1126a898b6d0af491fef0401bf53e297f8 (diff)
downloadaports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2
aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz
merged x11 repository into main
ref #255
Diffstat (limited to 'x11/fontsproto')
-rw-r--r--x11/fontsproto/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/fontsproto/APKBUILD b/x11/fontsproto/APKBUILD
deleted file mode 100644
index b8eb75bb..00000000
--- a/x11/fontsproto/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=fontsproto
-pkgver=2.1.0
-pkgrel=0
-pkgdesc="X11 font extension wire protocol"
-url="http://xorg.freedesktop.org/"
-license="custom"
-depends=""
-makedepends=""
-source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
-
-build ()
-{
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2"