wok-next view lsb-release/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents aef69ec23a2f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lsb-release"
4 VERSION="1.4"
5 CATEGORY="base-system"
6 SHORT_DESC="Linux Standards Base (LSB) status of the distribution"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="OSI"
9 WEB_SITE="https://sourceforge.net/projects/lsb/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/lsb-release.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/lsb/$TARBALL"
15 BUILD_DEPENDS="help2man"
17 compile_rules() {
18 sed -i "s|n/a|unavailable|" lsb_release
19 ./help2man -N \
20 --include ./lsb_release.examples \
21 --alt_version_key=program_version \
22 ./lsb_release > lsb_release.1
24 install -Dm755 lsb_release $install/usr/bin/lsb_release
25 install -Dm644 $stuff/lsb-release $install/etc/lsb-release
27 cook_pick_manpages lsb_release.1
28 }
30 genpkg_rules() {
31 copy @std
32 }