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 <[email protected]>
 # Contributor: Hugo Doria <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
 
 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"
 }

Reply via email to