mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
31
www-client/links/links-2.3pre2.recipe
Normal file
31
www-client/links/links-2.3pre2.recipe
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION="links web browser"
|
||||
HOMEPAGE="http://links.twibright.com"
|
||||
SRC_URI="http://links.twibright.com/download/links-2.3pre2.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="bb2a4e058c88b8ec0c9f6c0e1640555c"
|
||||
BUILD()
|
||||
{
|
||||
cd links-2.3pre2
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--without-x \
|
||||
--enable-utf-8 \
|
||||
--enable-graphics
|
||||
rc links-beos.rdef
|
||||
make
|
||||
xres -o links links-beos.rsrc
|
||||
mimeset links
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd links-2.3pre2
|
||||
make install DESTDIR=${DESTDIR}
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1999 - 2011 Mikulas Patocka
|
||||
2000 - 2011 Petr Kulhavy, Karel Kulhavy, Martin Pergel"
|
||||
Reference in New Issue
Block a user