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

Context Navigation

  • Back to Ticket #702

Ticket #702: ed-1.7.bep

File ed-1.7.bep, 441 bytes (added by drakevr, 2 years ago)
Line 
1DESCRIPTION="Your basic line editor"
2HOMEPAGE="http://www.gnu.org/software/ed/"
3SRC_URI="http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ed/ed-1.7.tar.gz"
4CHECKSUM_MD5="0aa4e2428e325203d0d7c3e86c961b1c"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd ed-1.7
10        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
11        make
12}
13
14INSTALL {
15        cd ed-1.7
16        make install
17}
18LICENSE="GNU GPL v3"
19COPYRIGHT="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/