wok-next annotate tazinst/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents 2017cce9bab8
children d43bf7aae921
rev   line source
al@19827 1 # SliTaz package receipt v2.
domcox@14055 2
domcox@14055 3 PACKAGE="tazinst"
al@19881 4 VERSION="91"
domcox@14055 5 CATEGORY="base-system"
al@18235 6 SHORT_DESC="SliTaz installer"
domcox@14055 7 MAINTAINER="domcox@slitaz.org"
pascal@15021 8 LICENSE="GPL3"
al@19588 9 WEB_SITE="http://www.slitaz.org/"
al@19588 10
domcox@14055 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
domcox@14055 12 WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2"
domcox@14055 13
al@19827 14 BUILD_DEPENDS="gettext"
al@19881 15 SPLIT="tazinst-gui tazinst"
pascal@15021 16
al@19881 17 compile_rules() {
al@19881 18 sed -i 's| = |=|' $src/applications/tazinst.desktop
al@19881 19
al@18235 20 make &&
pascal@17431 21 make DESTDIR=$DESTDIR VERSION=$VERSION install
domcox@14055 22 }
domcox@14055 23
al@19881 24 genpkg_rules() {
al@19827 25 TAGS="slitaz"
al@19881 26 case $PACKAGE in
al@19881 27 tazinst-gui)
al@19881 28 copy *.cgi *.desktop installer.mo
al@19881 29 CAT="base-system|GUI frontend"
al@19881 30 DEPENDS="tazpanel tazinst syslinux syslinux-extra"
al@19881 31 ;;
al@19881 32 tazinst)
al@19881 33 COOKOPTS="!menus"
al@19881 34 copy @std *.mo doc/
al@19881 35 remove_already_packed
al@19881 36 DEPENDS="util-linux-blkid lzma parted"
al@19881 37 SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux \
al@19881 38 tazpanel"
al@19881 39 ;;
al@19881 40 esac
domcox@14055 41 }