[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Mon Apr 6 06:41:12 UTC 2015


    Date: Monday, April 6, 2015 @ 08:41:12
  Author: arojas
Revision: 235532

community2extra: Moving xcb-util-cursor from community to extra

Added:
  xcb-util-cursor/
  xcb-util-cursor/repos/
  xcb-util-cursor/trunk/
  xcb-util-cursor/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: xcb-util-cursor/trunk/PKGBUILD
===================================================================
--- xcb-util-cursor/trunk/PKGBUILD	                        (rev 0)
+++ xcb-util-cursor/trunk/PKGBUILD	2015-04-06 06:41:12 UTC (rev 235532)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu dot net>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2")
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


Property changes on: xcb-util-cursor/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list