[arch-commits] Commit in libxkbfile/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:46:25 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:46:25
  Author: pierre
Revision: 151423

upgpkg: libxkbfile 1.0.7-2

rebuild old package

Modified:
  libxkbfile/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 10:45:32 UTC (rev 151422)
+++ PKGBUILD	2012-02-26 10:46:25 UTC (rev 151423)
@@ -3,21 +3,25 @@
 
 pkgname=libxkbfile
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 keyboard file manipulation library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/"
 depends=('libx11')
 makedepends=('xorg-util-macros')
 options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('0fed539ffbc05859bc666b425fafa42e046bef5f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list