mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
21
sys-devel/automake/automake-1.10.3.recipe
Normal file
21
sys-devel/automake/automake-1.10.3.recipe
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="automake - Used to generate Makefile.in from Makefile.am"
|
||||
HOMEPAGE="http://www.gnu.org/software/automake/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.10.3.tar.gz"
|
||||
CHECKSUM_MD5="03bc9ebfa805f9ee5635f1f53fa1fa5f"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd automake-1.10.3
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd automake-1.10.3
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user