wok-next annotate atm-tools/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 835b3b8ce6ac
children
rev   line source
al@19810 1 # SliTaz package receipt v2.
pascal@2200 2
pascal@2200 3 PACKAGE="atm-tools"
pascal@11805 4 VERSION="2.5.2"
pascal@2200 5 CATEGORY="system-tools"
al@19810 6 SHORT_DESC="User space tools for ATM"
pascal@2200 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="http://linux-atm.sourceforge.net/"
al@19810 10
al@19810 11 TARBALL="linux-atm-$VERSION.tar.gz"
al@19810 12 WGET_URL="$SF_MIRROR/linux-atm/$TARBALL"
pascal@2200 13
al@19661 14 BUILD_DEPENDS="perl"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@15362 16
al@20534 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@20569 19 fix libtool &&
pascal@9044 20 make -j1 &&
al@21020 21 make -j1 DESTDIR=$install install
pascal@2200 22 }
pascal@2200 23
al@20534 24 genpkg_rules() {
al@19810 25 case $PACKAGE in
al@19810 26 atm-tools)
al@19810 27 copy @std
al@19810 28 DEPENDS="flex"
al@19810 29 CONFIG_FILES="/etc/atmsigd.conf /etc/hosts.atm"
al@19810 30 ;;
al@19810 31 atm-tools-dev)
al@19810 32 copy @dev
al@19810 33 ;;
al@19810 34 esac
pascal@2200 35 }