wok view uml-utilities/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
parents 8bb1c924fcbb
children 3705d68ed8f3
line source
1 # SliTaz package receipt.
3 PACKAGE="uml-utilities"
4 SOURCE="uml_utilities"
5 VERSION="20070815"
6 CATEGORY="utilities"
7 SHORT_DESC="The User Mode Linux utilities."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="${SOURCE}_$VERSION.tar.bz2"
11 WEB_SITE="http://user-mode-linux.sourceforge.net/"
12 WGET_URL="${WEB_SITE}$TARBALL"
13 SUGGESTED="linux-uml"
15 DEPENDS="readline ncurses fuse"
16 BUILD_DEPENDS="readline-dev fuse-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }