wok view minised/receipt @ rev 19277

get-vivaldi: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 05 17:03:57 2016 +0200 (2016-07-05)
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 }