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

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:51:18 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:51:18
  Author: pierre
Revision: 151431

upgpkg: libxres 1.0.5-2

rebuild old package

Modified:
  libxres/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 10:50:09 UTC (rev 151430)
+++ PKGBUILD	2012-02-26 10:51:18 UTC (rev 151431)
@@ -3,21 +3,25 @@
 
 pkgname=libxres
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Resource extension library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org"
 license=('custom')
 depends=('libxext')
 makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 'xorg-util-macros')
-options=(!libtool)
-source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
+options=('!libtool')
+source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
 sha1sums=('d3a36f9b6ae430da91f2cbae409916f605074195')
 
 build() {
   cd "${srcdir}/libXres-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
+}
+
+package() {
+  cd "${srcdir}/libXres-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list