wok view hubbub/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
parents bc238c62a0b3
children 31f23d874090
line source
1 # SliTaz package receipt.
3 PACKAGE="hubbub"
4 VERSION="8960"
5 CATEGORY="system-tools"
6 SHORT_DESC="Hubbub is a flexible HTML parser."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/"
10 WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/hubbub"
11 BRANCH="$VERSION"
13 DEPENDS="libparserutils"
14 BUILD_DEPENDS="subversion libparserutils-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make install DESTDIR=$DESTDIR PREFIX=/usr &&
21 make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr
22 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }