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

Context Navigation

  • Back to Ticket #408

Ticket #408: autoconf-2.67xz.bep

File autoconf-2.67xz.bep, 473 bytes (added by jrabbit, 5 years ago)
Line 
1DESCRIPTION="autoconf - Used to create autoconfiguration files"
2HOMEPAGE="http://www.gnu.org/software/autoconf/"
3SRC_URI="http://ftpmirror.gnu.org/autoconf/autoconf-2.67.tar.xz"
4CHECKSUM_MD5="1da24eebe4e6a774e4039242a4f06aad"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd autoconf-2.67
10        ./configure --prefix=/boot/common
11        make
12}
13
14INSTALL {
15        cd autoconf-2.67
16        make install
17}
18LICENSE="GNU GPL v2
19        GNU GPL v3"
20COPYRIGHT="1992-2010 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/