* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,30 @@
DESCRIPTION="Standard EXT2/EXT3/EXT4 filesystem utilities"
HOMEPAGE="http://e2fsprogs.sourceforge.net/"
SRC_URI="git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD()
{
cd e2fsprogs
autoconf
libdir=`finddir B_COMMON_LIB_DIRECTORY`
./configure \
--enable-symlink-build \
--enable-symlink-install \
--disable-tls --enable-quota=no \
--disable-fsck \
--enable-elf-shlibs
make
}
INSTALL()
{
cd e2fsprogs
make install-libs
}
LICENSE="GNU GPL v2"
COPYRIGHT="2004-2012 Free Software Foundation, Inc."