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

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:59:41 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:59:41
  Author: pierre
Revision: 151445

upgpkg: printproto 1.0.5-2

rebuild old package

Modified:
  printproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 10:58:51 UTC (rev 151444)
+++ PKGBUILD	2012-02-26 10:59:41 UTC (rev 151445)
@@ -4,19 +4,23 @@
 
 pkgname=printproto
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 print extension wire protocol"
-arch=(any)
+arch=('any')
 makedepends=('xorg-util-macros')
 license=('custom')
 url="http://xorg.freedesktop.org/"
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('4ddb7781ebc2418d681a6f5e16d777aed56ea35e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   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