wok-next view sysfsutils/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | 0a667524ce79 |
children | 10df65db91ad |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sysfsutils"
4 VERSION="2.1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilites built upon sysfs"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/linux-diag/$TARBALL"
14 BUILD_DEPENDS="gfortran autoconf"
15 SPLIT="sysfsutils-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 case $PACKAGE in
23 sysfsutils)
24 copy @std
25 DEPENDS="linux"
26 ;;
27 *-dev)
28 copy @dev
29 ;;
30 esac
31 }