sysfsutils: update to 2.1.1
This commit is contained in:
parent
d667e4b914
commit
664ca3f78d
@ -1,8 +1,5 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/get_device
|
||||
-rwxr-xr-x root/root usr/bin/get_driver
|
||||
-rwxr-xr-x root/root usr/bin/get_module
|
||||
-rwxr-xr-x root/root usr/bin/systool
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/sysfs/
|
||||
@ -14,6 +11,8 @@ drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libsysfs.so -> libsysfs.so.2.0.1
|
||||
lrwxrwxrwx root/root usr/lib/libsysfs.so.2 -> libsysfs.so.2.0.1
|
||||
-rwxr-xr-x root/root usr/lib/libsysfs.so.2.0.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libsysfs.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/core.pub
|
||||
RWRJc1FUaeVeqjl8oFIptej3ngH7K/bPSPckFbmZr9urRugJDlNq+xAnnYAukygpw3Dt0ZBYoa5zc2TG/4qYYUiSLg9tY+2+Kgw=
|
||||
SHA256 (Pkgfile) = 863ed68821eb921ae87b56db4e84ec4d290da44f5ff36e061d3845ab896a767c
|
||||
SHA256 (.footprint) = 06360197519c00489e8ecb25fd56370071e48098c7d66ae41f100e3344e6dcf7
|
||||
SHA256 (sysfsutils-2.1.0.tar.gz) = e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a
|
||||
RWRJc1FUaeVeqqWxMMRB8MFhyl2Pk6j8qIEJ078IlWjBWvL+0mQSFnku8p2B5w4DkZ5gRb4FoFN47dAAD++HnMW6XTqUieuUCQ8=
|
||||
SHA256 (Pkgfile) = c34df18e87a61746e9f766b007052522b9b87c41153f38b13402feee670d98ff
|
||||
SHA256 (.footprint) = 7911636f1748eba3de236618e2e115d272441f89d4ec547d0b140679f6abb516
|
||||
SHA256 (sysfsutils-2.1.1.tar.gz) = f7f669d27c997d3eb3f3e014b4c0aa1aa4d07ce4d6f9e41fa835240f2bf38810
|
||||
|
@ -1,17 +1,16 @@
|
||||
# Description: System Utilities Based on Sysfs
|
||||
# URL: http://linux-diag.sourceforge.net/Sysfsutils.html
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Packager: Daniel Mueller, daniel at danm dot de
|
||||
# URL: https://github.com/linux-ras/sysfsutils
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=sysfsutils
|
||||
version=2.1.0
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/linux-diag/$name/$version/$name-$version.tar.gz)
|
||||
version=2.1.1
|
||||
release=1
|
||||
source=(https://github.com/linux-ras/sysfsutils/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f $PKG/usr/bin/dlist_test
|
||||
cd $name-$version
|
||||
./autogen
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user