wok-next view tazinst/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 ec4ebc01cb25
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tazinst"
4 VERSION="91"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz installer"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2"
14 BUILD_DEPENDS="gettext"
15 SPLIT="tazinst-gui tazinst"
17 compile_rules() {
18 sed -i 's| = |=|' $src/applications/tazinst.desktop
20 make &&
21 make DESTDIR=$DESTDIR VERSION=$VERSION install
22 }
24 genpkg_rules() {
25 TAGS="slitaz"
26 case $PACKAGE in
27 tazinst-gui)
28 copy *.cgi *.desktop installer.mo
29 CAT="base-system|GUI frontend"
30 DEPENDS="tazpanel tazinst syslinux syslinux-extra"
31 ;;
32 tazinst)
33 COOKOPTS="!menus"
34 copy @std *.mo doc/ @rm
35 DEPENDS="util-linux-blkid lzma parted"
36 SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux \
37 tazpanel"
38 ;;
39 esac
40 }