wok-next view drbl/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 cf3bdb2f261c
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="drbl"
4 VERSION="2.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux"
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://drbl.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
13 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
14 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
15 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs/
28 }