wok diff logfsprogs/receipt @ rev 23799
created recipes for xcb-util-xrm and xcb-util-xrm-dev
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 24 07:04:55 2020 +0100 (2020-05-24) |
parents | |
children | 34e801e0eb52 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/logfsprogs/receipt Sun May 24 07:04:55 2020 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="logfsprogs" 1.7 +VERSION="20121013" 1.8 +HASH="45b72c81ce3c6fa17ca19bafc207ea93e76312f4" 1.9 +CATEGORY="system-tools" 1.10 +SHORT_DESC="Utilities for making LogFS file-system" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="GPL2" 1.13 +TARBALL="$PACKAGE-$VERSION.zip" 1.14 +WEB_SITE="https://github.com/prasad-joshi/logfsprogs" 1.15 +WGET_URL="$WEB_SITE/archive/$HASH.zip" 1.16 + 1.17 +DEPENDS="zlib" 1.18 +BUILD_DEPENDS="zlib-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + make 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/sbin 1.30 + cp -a $src/mklogfs $fs/usr/sbin 1.31 +}