summaryrefslogtreecommitdiffstats
path: root/base/e2fsprogs/Pkgfile
blob: d3705859b467ef055cb7035e3bcaeb65402e5092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Utilitaire pour le système de fichiers Ext2/Ext3/Ext4
# URL: http://e2fsprogs.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch 
# Depends on: 

name=e2fsprogs
version=1.41.9
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz )

build() {
cd $name-$version
sed -i -e "s/July/Jul/" version.h
mkdir build
cd build
../configure --prefix=/usr \
	--with-root-prefix="" \
	--enable-elf-shlibs  \
	--disable-libblkid --disable-libuuid \
	--disable-uuidd --disable-fsck
make
make DESTDIR=$PKG install install-libs
rm -rf $PKG/usr/share/info
chmod +w -R $PKG
}