mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
30
sys-devel/make/make-3.81.recipe
Normal file
30
sys-devel/make/make-3.81.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION="Standard tool to compile source trees."
|
||||
HOMEPAGE="http://www.gnu.org/software/make/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2"
|
||||
CHECKSUM_MD5="354853e0b2da90c527e35aabb8d6f1e6"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd make-3.81
|
||||
libtoolize -fci
|
||||
prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/make-3.81
|
||||
./configure --prefix=$prefix \
|
||||
--datadir=$prefix/data \
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd make-3.81
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1988-2006 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user