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

Up xine-lib (1.2.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 10:16:55 2017 +0200 (2017-10-16)
parents 8f50006d2661
children 757d032c55c7
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@19810 15 SPLIT="atm-tools-dev"
pascal@15362 16
pascal@2200 17 # Rules to configure and make the package.
pascal@2200 18 compile_rules()
pascal@2200 19 {
al@19810 20 ./configure \
al@19810 21 --sysconfdir=/etc \
al@19810 22 $CONFIGURE_ARGS &&
pascal@9044 23 make -j1 &&
pascal@9044 24 make -j1 DESTDIR=$DESTDIR install
pascal@2200 25 }
pascal@2200 26
pascal@2200 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2200 28 genpkg_rules()
pascal@2200 29 {
al@19810 30 case $PACKAGE in
al@19810 31 atm-tools)
al@19810 32 copy @std
al@19810 33 DEPENDS="flex"
al@19810 34 CONFIG_FILES="/etc/atmsigd.conf /etc/hosts.atm"
al@19810 35 ;;
al@19810 36 atm-tools-dev)
al@19810 37 copy @dev
al@19810 38 ;;
al@19810 39 esac
pascal@2200 40 }