wok-next annotate setserial/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d6378d455338
children
rev   line source
pascal@1650 1 # SliTaz package receipt.
pascal@1650 2
pascal@1650 3 PACKAGE="setserial"
pascal@1650 4 VERSION="2.17"
pascal@1650 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Serial port configutation tool"
pascal@1650 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL"
pascal@1650 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1650 10 WEB_SITE="http://setserial.sourceforge.net/"
pascal@1650 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@1650 12
al@21020 13 compile_rules() {
al@21020 14 mkdir -p $install/usr/bin
al@21020 15
pankso@16630 16 ./configure \
pankso@16630 17 --prefix=/usr \
pankso@16630 18 $CONFIGURE_ARGS &&
pascal@1650 19 make $PACKAGE &&
al@21020 20 install -m 755 $PACKAGE $install/usr/bin
pascal@1650 21 }
pascal@1650 22
al@21020 23 genpkg_rules() {
pascal@15593 24 cp -a $install/usr $fs
pascal@1650 25 }