| 1 | DESCRIPTION="Provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems. " |
|---|
| 2 | HOMEPAGE="http://e2fsprogs.sourceforge.net/" |
|---|
| 3 | SRC_URI="http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs-TEST/1.43-WIP-0922/e2fsprogs-1.43-WIP-2012-09-22.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fe2fsprogs%2Ffiles%2Fe2fsprogs-TEST%2F1.43-WIP-0922%2F&ts=1356043363&use_mirror=switch" |
|---|
| 4 | CHECKSUM_MD5="653625e10de6ee038e1ee40480de9787" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="This port builds and installs only libraries. You are also probably going to want to execute 'setgcc gcc4' before building, since the libraries are going to be needed for other ports built with gcc4." |
|---|
| 8 | DEPEND="" |
|---|
| 9 | BUILD { |
|---|
| 10 | cd e2fsprogs-1.43 |
|---|
| 11 | libdir=${exec_prefix} ./configure USE=-loop-aes --enable-symlink-build --enable-symlink-install --disable-tls --enable-quota=no --disable-fsck --enable-elf-shlibs --prefix=`finddir B_COMMON_LIB_DIRECTORY`/gcc4 |
|---|
| 12 | make |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | INSTALL { |
|---|
| 16 | cd e2fsprogs-1.43 |
|---|
| 17 | make install-libs |
|---|
| 18 | } |
|---|
| 19 | LICENSE="GNU GPL v2" |
|---|
| 20 | COPYRIGHT="2004-2012 Free Software Foundation, Inc." |
|---|