wok-next view speedtouch/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="speedtouch"
4 VERSION="1.3.1"
5 CATEGORY="misc"
6 SHORT_DESC="Driver for the ADSL Speed Touch USB modem"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://speedtouch.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 make &&
17 make \
18 prefix=$install/usr \
19 sysconfdir=$install/etc \
20 mandir=$install/usr/share/man \
21 install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="bash"
27 }