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

Andrea Scarpino andrea at archlinux.org
Tue Mar 1 13:40:38 UTC 2011


    Date: Tuesday, March 1, 2011 @ 08:40:38
  Author: andrea
Revision: 111869

use package()

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 13:39:46 UTC (rev 111868)
+++ PKGBUILD	2011-03-01 13:40:38 UTC (rev 111869)
@@ -1,7 +1,6 @@
 # $Id$
 # Maintainer : Ionut Biru <ibiru at archlinux.org>
 # Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Andrea Scarpino <bash.lnx at gmail.com>
 
 pkgname=libtorrent-rasterbar
 pkgver=0.15.5
@@ -21,6 +20,10 @@
               --with-boost-filesystem=mt \
               --with-boost-thread=mt
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list