wok view uml-utilities/receipt @ rev 14661

Add uml-utilities
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 06 12:54:08 2013 +0200 (2013-06-06)
parents
children 590234733019
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"
14 DEPENDS="readline fuse"
15 BUILD_DEPENDS="readline-dev fuse-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }