wok-next annotate speedtouch/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 600aaedb561d
children d5aab818505e
rev   line source
al@20534 1 # SliTaz package receipt v2.
jozee@4591 2
jozee@4591 3 PACKAGE="speedtouch"
jozee@4591 4 VERSION="1.3.1"
jozee@4591 5 CATEGORY="misc"
al@20534 6 SHORT_DESC="Driver for the ADSL Speed Touch USB modem"
jozee@4591 7 MAINTAINER="jozee@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
jozee@4591 9 WEB_SITE="http://speedtouch.sourceforge.net/"
al@20534 10
jozee@4591 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4591 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@4591 13
al@20534 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
al@20534 16 make &&
al@20534 17 make \
al@20534 18 prefix=$DESTDIR/usr \
al@20534 19 sysconfdir=$DESTDIR/etc \
al@20534 20 mandir=$DESTDIR/usr/share/man \
al@20534 21 install
al@20534 22 }
jozee@4591 23
al@20534 24 genpkg_rules() {
al@20534 25 copy @std
al@20534 26 DEPENDS="bash"
jozee@4591 27 }