cookutils view data/receipt @ rev 953

cook: sort "md5sum" file to make "release checksum" even more stable; add set_paths() to install_package() to follow receipts change here (meet auto-updated receipts!)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 01 00:39:36 2017 +0300 (2017-08-01)
parents 9d14c3958c44
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE=""
4 VERSION=""
5 CATEGORY=""
6 SHORT_DESC=""
7 MAINTAINER=""
8 LICENSE=""
9 WEB_SITE=""
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$TARBALL"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std @dev
26 DEPENDS=""
27 }