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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 30 12:55:36 UTC 2013


    Date: Wednesday, October 30, 2013 @ 13:55:35
  Author: arodseth
Revision: 99606

Removed static library, dependency update

Modified:
  libdom/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 12:48:42 UTC (rev 99605)
+++ PKGBUILD	2013-10-30 12:55:35 UTC (rev 99606)
@@ -3,29 +3,29 @@
 
 pkgname=libdom
 pkgver=0.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Implementation of the W3C DOM'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libdom/'
 license=('MIT')
-depends=('hubbub>=0.2.0' 'libwapcaplet>=0.2.0' 'expat')
+depends=('libhubbub>=0.2.0' 'libwapcaplet>=0.2.0' 'expat')
 makedepends=('netsurf-buildsystem')
 source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
 sha256sums=('2aa75861c8a8291b6b3d1a3856c65ca615677afeec64ccfdf35a113a292c36b1')
 
 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