summaryrefslogtreecommitdiffstats
path: root/base/e2fsprogs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 01:05:56 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 01:05:56 +0200
commit36f7bada67d757eaa69d0b0fe43fb6a2a4c64693 (patch)
tree27c2a6a240df2f3916dda299e4a0db24b3f80f5d /base/e2fsprogs/Pkgfile
parent861cde8ab6c0b018ef879119e08176b5da4aeb0d (diff)
downloadnutyx-extra-36f7bada67d757eaa69d0b0fe43fb6a2a4c64693.tar.gz
nutyx-extra-36f7bada67d757eaa69d0b0fe43fb6a2a4c64693.tar.bz2
nutyx-extra-36f7bada67d757eaa69d0b0fe43fb6a2a4c64693.tar.xz
nutyx-extra-36f7bada67d757eaa69d0b0fe43fb6a2a4c64693.zip
maj e2fsprogs#1.41.11-1
Diffstat (limited to 'base/e2fsprogs/Pkgfile')
-rw-r--r--base/e2fsprogs/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/base/e2fsprogs/Pkgfile b/base/e2fsprogs/Pkgfile
index f8edcaafc..82d612a22 100644
--- a/base/e2fsprogs/Pkgfile
+++ b/base/e2fsprogs/Pkgfile
@@ -2,22 +2,20 @@
# URL: http://e2fsprogs.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=e2fsprogs
-version=1.41.10
+version=1.41.11
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 \
+ --enable-elf-shlibs --disable-libblkid --disable-libuuid \
--disable-uuidd --disable-fsck
make
make DESTDIR=$PKG install install-libs