wok-next annotate uml-utilities/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents 474eb4a6385a
children
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@14661 2
pascal@14661 3 PACKAGE="uml-utilities"
pascal@14661 4 VERSION="20070815"
pascal@14661 5 CATEGORY="utilities"
al@20527 6 SHORT_DESC="The User Mode Linux utilities"
pascal@14661 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14661 8 LICENSE="GPL2"
pascal@14661 9 WEB_SITE="http://user-mode-linux.sourceforge.net/"
pascal@14661 10
al@20527 11 TARBALL="uml_utilities_$VERSION.tar.bz2"
al@20527 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@14661 13
al@20527 14 BUILD_DEPENDS="readline-dev fuse2-dev"
al@20527 15
al@20527 16 compile_rules() {
pascal@14661 17 make &&
al@21020 18 make DESTDIR=$install install
al@20527 19 }
pascal@14661 20
al@20527 21 genpkg_rules() {
al@20527 22 copy @std
al@20527 23 DEPENDS="readline ncurses fuse2"
al@20527 24 SUGGESTED="linux-uml"
pascal@14661 25 }