[arch-commits] Commit in (4 files)

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 3 00:50:42 UTC 2013


    Date: Sunday, March 3, 2013 @ 01:50:42
  Author: heftig
Revision: 179074

community2extra: Moving libxkbcommon from community to extra

Added:
  libxkbcommon/
  libxkbcommon/repos/
  libxkbcommon/trunk/
  libxkbcommon/trunk/PKGBUILD

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

Added: libxkbcommon/trunk/PKGBUILD
===================================================================
--- libxkbcommon/trunk/PKGBUILD	                        (rev 0)
+++ libxkbcommon/trunk/PKGBUILD	2013-03-03 00:50:42 UTC (rev 179074)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Mladen Pejakovic <pejakm at gmail.com>
+
+pkgname=libxkbcommon
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Keyboard handling library using XKB data"
+arch=(i686 x86_64)
+url="http://xkbcommon.org/"
+license=('custom')
+depends=(glibc)
+makedepends=(doxygen xorg-util-macros)
+source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2")
+md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a')
+options=('!libtool')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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



More information about the arch-commits mailing list