kmod-32: initial commit
This commit is contained in:
parent
525661abb0
commit
56e442a1cc
0
kmod-32/.32bit
Normal file
0
kmod-32/.32bit
Normal file
9
kmod-32/.footprint
Normal file
9
kmod-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root lib32/
|
||||
lrwxrwxrwx root/root lib32/libkmod.so.2 -> libkmod.so.2.2.6
|
||||
-rwxr-xr-x root/root lib32/libkmod.so.2.2.6
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rwxr-xr-x root/root usr/lib32/libkmod.la
|
||||
lrwxrwxrwx root/root usr/lib32/libkmod.so -> ../../lib32/libkmod.so.2.2.6
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libkmod.pc
|
1
kmod-32/.md5sum
Normal file
1
kmod-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3006a0287211212501cdfe1211b29f09 kmod-16.tar.xz
|
26
kmod-32/Pkgfile
Normal file
26
kmod-32/Pkgfile
Normal file
@ -0,0 +1,26 @@
|
||||
# Description: Kernel module utilities and library
|
||||
# URL: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Sepends on: kmod
|
||||
|
||||
name=kmod-32
|
||||
version=16
|
||||
release=1
|
||||
source=(https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd kmod-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--bindir=/sbin \
|
||||
--sysconfdir=/etc \
|
||||
--disable-manpages \
|
||||
--with-rootlibdir=/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/sbin $PKG/usr/{include,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user