CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libarchive: updated to 3.0.4
[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
afea1fd0 5# Depends on: util-linux-ng
6dca1d21
JB
6
7name=e2fsprogs
de1cbf20 8version=1.41.14
b8eefc5a 9release=1
de1cbf20 10source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
6dca1d21
JB
11
12build() {
13 cd $name-$version
6dca1d21
JB
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --with-root-prefix= \
19 --mandir=/usr/man \
de1cbf20 20 --enable-symlink-install \
6dca1d21 21 --enable-elf-shlibs \
6dca1d21
JB
22 --disable-e2initrd-helper \
23 --disable-evms \
b8a4333c 24 --disable-nls \
5c4c3c7e 25 --disable-fsck \
b8a4333c
JB
26 --disable-libblkid \
27 --disable-libuuid \
28 --disable-uuidd
6dca1d21
JB
29
30 make
31 make DESTDIR=$PKG install install-libs
32 rm -r $PKG/usr/share/info
33 chmod +w -R $PKG
34}