HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #712

Ticket #712: e2fsprogs-1.43.bep

File e2fsprogs-1.43.bep, 1.1 KB (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="Provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3 and ext4 filesystems. "
2HOMEPAGE="http://e2fsprogs.sourceforge.net/"
3SRC_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"
4CHECKSUM_MD5="653625e10de6ee038e1ee40480de9787"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="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."
8DEPEND=""
9BUILD {
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
15INSTALL {
16        cd e2fsprogs-1.43
17        make install-libs
18}
19LICENSE="GNU GPL v2"
20COPYRIGHT="2004-2012 Free Software Foundation, Inc."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/