wok-next annotate speedtouch/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents 757d032c55c7
children
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"
al@21020 7 MAINTAINER="devel@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@21020 18 prefix=$install/usr \
al@21020 19 sysconfdir=$install/etc \
al@21020 20 mandir=$install/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 }