wok view logfsprogs/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents
children 34e801e0eb52
line source
1 # SliTaz package receipt.
3 PACKAGE="logfsprogs"
4 VERSION="20121013"
5 HASH="45b72c81ce3c6fa17ca19bafc207ea93e76312f4"
6 CATEGORY="system-tools"
7 SHORT_DESC="Utilities for making LogFS file-system"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WEB_SITE="https://github.com/prasad-joshi/logfsprogs"
12 WGET_URL="$WEB_SITE/archive/$HASH.zip"
14 DEPENDS="zlib"
15 BUILD_DEPENDS="zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/sbin
27 cp -a $src/mklogfs $fs/usr/sbin
28 }