mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
22
dev-util/diffstat/diffstat-1.51.recipe
Normal file
22
dev-util/diffstat/diffstat-1.51.recipe
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="Display a histogram of diff changes"
|
||||
HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
|
||||
SRC_URI="ftp://invisible-island.net/diffstat/diffstat-1.51.tgz"
|
||||
CHECKSUM_MD5="a7d3fd1ba2a9a6c9e2b32e867b5e8792"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd diffstat-1.51
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd diffstat-1.51
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
||||
LICENSE="Diffstat"
|
||||
COPYRIGHT="1994-2009 Thomas E. Dickey"
|
||||
Reference in New Issue
Block a user