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

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
parents 757d032c55c7
children d5aab818505e
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
al@20534 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@20569 19 fix libtool &&
pascal@9044 20 make -j1 &&
pascal@9044 21 make -j1 DESTDIR=$DESTDIR 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 }