wok view minised/receipt @ rev 18070

Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 21 15:21:04 2015 +0200 (2015-05-21)
parents
children 526643e4fb00
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.exactcode.de/site/open_source/minised/"
11 WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }