wok-next view uml-utilities/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 590234733019
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="uml-utilities"
4 VERSION="20070815"
5 CATEGORY="utilities"
6 SHORT_DESC="The User Mode Linux utilities"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://user-mode-linux.sourceforge.net/"
11 TARBALL="uml_utilities_$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE$TARBALL"
14 BUILD_DEPENDS="readline-dev fuse2-dev"
16 compile_rules() {
17 make &&
18 make DESTDIR=$DESTDIR install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="readline ncurses fuse2"
24 SUGGESTED="linux-uml"
25 }