wok-next view minised/receipt @ rev 21233

updated clamtk again (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:47:44 2019 +0100 (2019-12-03)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="minised"
4 VERSION="1.14"
5 CATEGORY="base-system"
6 SHORT_DESC="A smaller, cheaper, faster SED implementation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://exactcode.com/opensource/minised/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL"
14 compile_rules() {
15 make &&
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 copy @std
21 }