summaryrefslogtreecommitdiff
path: root/community/libdom
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /community/libdom
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'community/libdom')
-rw-r--r--community/libdom/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libdom/PKGBUILD b/community/libdom/PKGBUILD
index 0ee76677c..04af2ae72 100644
--- a/community/libdom/PKGBUILD
+++ b/community/libdom/PKGBUILD
@@ -1,31 +1,31 @@
-# $Id: PKGBUILD 89135 2013-04-27 01:19:34Z arodseth $
+# $Id: PKGBUILD 99607 2013-10-30 13:18:31Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
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"
}