[arch-commits] Commit in xtrans/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Fri Feb 24 12:49:54 UTC 2012


    Date: Friday, February 24, 2012 @ 07:49:53
  Author: allan
Revision: 150993

archrelease: copy trunk to extra-any

Added:
  xtrans/repos/extra-any/PKGBUILD
    (from rev 150992, xtrans/trunk/PKGBUILD)
Deleted:
  xtrans/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 12:49:18 UTC (rev 150992)
+++ PKGBUILD	2012-02-24 12:49:53 UTC (rev 150993)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=xtrans
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="X transport library"
-arch=(any)
-license=('custom')
-url="http://xorg.freedesktop.org/"
-options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('99f019a6e6d4d2b8274c4a27f9c8482c7fc64e85')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}/usr/lib"
-  mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: xtrans/repos/extra-any/PKGBUILD (from rev 150992, xtrans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-24 12:49:53 UTC (rev 150993)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=xtrans
+pkgver=1.2.6
+pkgrel=2
+pkgdesc="X transport library"
+arch=('any')
+license=('custom')
+url="http://xorg.freedesktop.org/"
+options=(!emptydirs)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('99f019a6e6d4d2b8274c4a27f9c8482c7fc64e85')
+
+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"
+  install -m755 -d "${pkgdir}/usr/lib"
+  mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
+}




More information about the arch-commits mailing list