CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.13 and updated mandir
[crossrootfs.git] / e2fsprogs / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: Ext2 Filesystem Utilities
2# URL: http://e2fsprogs.sourceforge.net/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
af6d6162 5# Depends on: util-linux
6dca1d21
JB
6
7name=e2fsprogs
c7cec020 8version=1.42.13
6e6c9b74 9release=2
c7cec020 10source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
6dca1d21
JB
11
12build() {
13 cd $name-$version
c7cec020 14
6dca1d21
JB
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --with-root-prefix= \
de1cbf20 19 --enable-symlink-install \
6dca1d21 20 --enable-elf-shlibs \
6dca1d21 21 --disable-e2initrd-helper \
b8a4333c 22 --disable-nls \
5c4c3c7e 23 --disable-fsck \
b8a4333c
JB
24 --disable-libblkid \
25 --disable-libuuid \
26 --disable-uuidd
6dca1d21 27
6e6c9b74 28 make -j1
af6d6162
VM
29 make -j1 DESTDIR=$PKG install install-libs
30
6dca1d21 31 rm -r $PKG/usr/share/info
af6d6162 32
6dca1d21
JB
33 chmod +w -R $PKG
34}