util-linux-ng: update to git version 2.15-12-g4bf7d60, enabled libblkid

This commit is contained in:
Juergen Daubert 2009-05-15 13:21:25 +02:00
parent 0a564a546a
commit 1416cbd072
3 changed files with 31 additions and 4 deletions

View File

@ -6,12 +6,19 @@ drwxr-xr-x root/root bin/
-rwsr-xr-x root/root bin/umount
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/adjtime (EMPTY)
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libblkid.so -> libblkid.so.1.0.0
lrwxrwxrwx root/root lib/libblkid.so.1 -> libblkid.so.1.0.0
-rwxr-xr-x root/root lib/libblkid.so.1.0.0
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/agetty
-rwxr-xr-x root/root sbin/blkid
-rwxr-xr-x root/root sbin/blockdev
-rwxr-xr-x root/root sbin/cfdisk
-rwxr-xr-x root/root sbin/ctrlaltdel
-rwxr-xr-x root/root sbin/fdisk
-rwxr-xr-x root/root sbin/findfs
-rwxr-xr-x root/root sbin/fsck
-rwxr-xr-x root/root sbin/fsck.cramfs
-rwxr-xr-x root/root sbin/hwclock
-rwxr-xr-x root/root sbin/losetup
@ -65,6 +72,15 @@ lrwxrwxrwx root/root usr/bin/linux64 -> setarch
-rwxr-xr-x root/root usr/bin/ul
-rwxr-xr-x root/root usr/bin/whereis
-rwxr-sr-x root/tty usr/bin/write
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/blkid/
-rw-r--r-- root/root usr/include/blkid/blkid.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libblkid.a
-rwxr-xr-x root/root usr/lib/libblkid.la
lrwxrwxrwx root/root usr/lib/libblkid.so -> /lib/libblkid.so
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/blkid.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cal.1.gz
@ -105,16 +121,21 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ul.1.gz
-rw-r--r-- root/root usr/man/man1/whereis.1.gz
-rw-r--r-- root/root usr/man/man1/write.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libblkid.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/fstab.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/agetty.8.gz
-rw-r--r-- root/root usr/man/man8/blkid.8.gz
-rw-r--r-- root/root usr/man/man8/blockdev.8.gz
-rw-r--r-- root/root usr/man/man8/cfdisk.8.gz
-rw-r--r-- root/root usr/man/man8/ctrlaltdel.8.gz
-rw-r--r-- root/root usr/man/man8/cytune.8.gz
-rw-r--r-- root/root usr/man/man8/fdformat.8.gz
-rw-r--r-- root/root usr/man/man8/fdisk.8.gz
-rw-r--r-- root/root usr/man/man8/findfs.8.gz
-rw-r--r-- root/root usr/man/man8/fsck.8.gz
-rw-r--r-- root/root usr/man/man8/hwclock.8.gz
-rw-r--r-- root/root usr/man/man8/i386.8.gz
-rw-r--r-- root/root usr/man/man8/isosize.8.gz

View File

@ -1 +1 @@
71919b69eeecbba05612224d8f2c450f util-linux-ng-2.15.tar.bz2
82903cf65126439e53ac77defa1e8443 util-linux-ng-2.15-12-g4bf7d60.tar.bz2

View File

@ -4,19 +4,25 @@
# Depends on: e2fsprogs, ncurses, zlib
name=util-linux-ng
version=2.15
version=2.15-12-g4bf7d60
release=1
source=(http://www.kernel.org/pub/linux/utils/$name/v2.15/$name-$version.tar.bz2)
source=(http://crux.nu/~jue/files/dist/$name-$version.tar.bz2)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--mandir=/usr/man \
--with-fsprobe=builtin \
--disable-{nls,elvtune,wall} \
--enable-{write,rdev,raw,kill}
--enable-{write,rdev,raw,kill,fsck}
make
make DESTDIR=$PKG install
mv $PKG/lib/libblkid.{a,la} $PKG/usr/lib
ln -s /lib/libblkid.so $PKG/usr/lib/libblkid.so
mkdir -p $PKG/etc
touch $PKG/etc/adjtime