Skip to content

Commit

Permalink
Added e2fsprogs
Browse files Browse the repository at this point in the history
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
  • Loading branch information
prabhakarlad committed Mar 15, 2016
1 parent 1b49104 commit bc1de81
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions e2fsprogs/Buildfile
@@ -0,0 +1,22 @@
# Description: filesystem utilities for use with the ext2 filesystem
# URL: http://e2fsprogs.sourceforge.net/
# License: GPLv2

name=e2fsprogs
version=1.42.13
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/tytso/$name/v$version/$name-$version.tar.xz)

build() {
cd $name-$version

./configure --build=$BUILD \
--host=$HOST \
--prefix=/usr

make -j $JOBS
make DESTDIR=$PKG install

# Fix libtool files
fix_la_files $PKG
}

0 comments on commit bc1de81

Please sign in to comment.