wok-next view atm-tools/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 757d032c55c7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="atm-tools"
4 VERSION="2.5.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="User space tools for ATM"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux-atm.sourceforge.net/"
11 TARBALL="linux-atm-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/linux-atm/$TARBALL"
14 BUILD_DEPENDS="perl"
15 SPLIT="atm-tools-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make -j1 &&
21 make -j1 DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 atm-tools)
27 copy @std
28 DEPENDS="flex"
29 CONFIG_FILES="/etc/atmsigd.conf /etc/hosts.atm"
30 ;;
31 atm-tools-dev)
32 copy @dev
33 ;;
34 esac
35 }