CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / sysfsutils / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: System Utilities Based on Sysfs
2# URL: http://linux-diag.sourceforge.net/Sysfsutils.html
3# Packager: Daniel Mueller, daniel at danm dot de
4# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
6# Depends on:
7
8name=sysfsutils
9version=2.1.0
10release=1
11source=(http://dl.sourceforge.net/sourceforge/linux-diag/$name-$version.tar.gz)
12
13build() {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20 rm -f $PKG/usr/bin/dlist_test
21}