core/sysfsutils/Pkgfile

17 lines
385 B
Plaintext
Raw Normal View History

2006-02-23 18:19:35 +01:00
# Description: System Utilities Based on Sysfs
2021-03-05 11:59:23 +01:00
# URL: https://github.com/linux-ras/sysfsutils
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 18:19:35 +01:00
name=sysfsutils
2021-03-05 11:59:23 +01:00
version=2.1.1
release=1
source=(https://github.com/linux-ras/sysfsutils/archive/v$version/$name-$version.tar.gz)
2006-02-23 18:19:35 +01:00
build() {
2021-03-05 11:59:23 +01:00
cd $name-$version
./autogen
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 18:19:35 +01:00
}