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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 30 16:28:35 UTC 2013


    Date: Wednesday, October 30, 2013 @ 17:28:35
  Author: arodseth
Revision: 99622

upgpkg: libcss 0.2.0-2

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 16:14:28 UTC (rev 99621)
+++ PKGBUILD	2013-10-30 16:28:35 UTC (rev 99622)
@@ -5,7 +5,7 @@
 
 pkgname=libcss
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='CSS parser and selection engine'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libcss/'
@@ -16,18 +16,18 @@
 sha256sums=('31b08f6f2259366ccad8b455440f364dc33e7dc78cdb0cf4905da56d5372f613')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   
   export CFLAGS="-Wno-error=unused-but-set-variable"
   make PREFIX=/usr COMPONENT_TYPE="lib-shared"
-  make PREFIX=/usr COMPONENT_TYPE="lib-static"
+  #make PREFIX=/usr COMPONENT_TYPE="lib-static"
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   
   make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static"
+  #make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 




More information about the arch-commits mailing list