diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-25 16:43:57 +0000 |
commit | 9526ee659401dee7160f35cb62ded2779bcbbc99 (patch) | |
tree | 812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/libxdmcp | |
parent | 05e09c1126a898b6d0af491fef0401bf53e297f8 (diff) | |
download | aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2 aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz |
merged x11 repository into main
ref #255
Diffstat (limited to 'x11/libxdmcp')
-rw-r--r-- | x11/libxdmcp/APKBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/libxdmcp/APKBUILD b/x11/libxdmcp/APKBUILD deleted file mode 100644 index f61c9e486b..0000000000 --- a/x11/libxdmcp/APKBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=libxdmcp -pkgver=1.0.3 -pkgrel=0 -pkgdesc="X11 Display Manager Control Protocol library" -url="http://xorg.freedesktop.org/" -license="custom" -depends= -makedepends="xproto pkgconfig" -subpackages="$pkgname-dev" -source="http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-$pkgver.tar.bz2" - -build() { - cd "$srcdir"/libXdmcp-$pkgver - ./configure --prefix=/usr \ - --sysconfdir=/etc - make || return 1 - make -j1 DESTDIR="$pkgdir" install || return 1 -} -md5sums="d60941d471800f41a3f19b24bea855a7 libXdmcp-1.0.3.tar.bz2" |