summaryrefslogtreecommitdiffstats
path: root/base/e2fsprogs/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:34:22 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:34:22 +0200
commitaf753af88a572b2f518ea512a5951dc05b160657 (patch)
tree850f7b09a6375b9ba59f483dce8db163479d08e4 /base/e2fsprogs/Pkgfile
parent56cfa844fd4b689140dca561fb668dec302b97c7 (diff)
downloadnutyx-pakxe-af753af88a572b2f518ea512a5951dc05b160657.tar.gz
nutyx-pakxe-af753af88a572b2f518ea512a5951dc05b160657.tar.bz2
nutyx-pakxe-af753af88a572b2f518ea512a5951dc05b160657.tar.xz
nutyx-pakxe-af753af88a572b2f518ea512a5951dc05b160657.zip
Ajout de e2fsprogs#1.41.8-1
Diffstat (limited to 'base/e2fsprogs/Pkgfile')
-rw-r--r--base/e2fsprogs/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/base/e2fsprogs/Pkgfile b/base/e2fsprogs/Pkgfile
new file mode 100644
index 000000000..d40955749
--- /dev/null
+++ b/base/e2fsprogs/Pkgfile
@@ -0,0 +1,25 @@
+# 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: util-linux-ng
+
+name=e2fsprogs
+version=1.41.8
+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
+make
+make DESTDIR=$PKG install install-libs
+rm -rf $PKG/usr/share/info
+chmod +w -R $PKG
+}