mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-07 15:39:15 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
21
app-editors/ne/ne-2.1.recipe
Normal file
21
app-editors/ne/ne-2.1.recipe
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="ne, the nice editor"
|
||||
HOMEPAGE="http://ne.dsi.unimi.it"
|
||||
SRC_URI="http://ne.dsi.unimi.it/ne-2.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
CHECKSUM_MD5="9f76652f6349721cfe0e8dc2aec9c767"
|
||||
BUILD()
|
||||
{
|
||||
cd ne-2.1
|
||||
make PREFIX=`finddir B_COMMON_DIRECTORY` NE_ANSI=1 haiku
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd ne-2.1
|
||||
make PREFIX=`finddir B_COMMON_DIRECTORY` haiku
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1993-1998 Sebastiano Vigna
|
||||
1999-2010 Todd M. Lewis and Sebastiano Vigna"
|
||||
Reference in New Issue
Block a user