wok-next view tazweb/receipt @ rev 12085

fpm2: Make sure /usr folder exist before copying /usr/bin folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 09 21:47:23 2012 -0500 (2012-03-09)
parents daf2fb056a5a
children 7ea31d8d01de
line source
1 # SliTaz package receipt.
3 PACKAGE="tazweb"
4 VERSION="1.5"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz simple, fast and small Web Browser"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libwebkit"
9 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/tazweb/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make && make DESTDIR=$DESTDIR install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $_pkg/* $fs
25 }