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:
23
media-gfx/pngcrush/pngcrush-1.7.11.recipe
Normal file
23
media-gfx/pngcrush/pngcrush-1.7.11.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Pngcrush is an optimizer for PNG (Portable Network Graphics) files."
|
||||
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
|
||||
SRC_URI="http://sourceforge.net/projects/pmt/files/pngcrush/1.7.11/pngcrush-1.7.11-nolib.tar.bz2/download"
|
||||
CHECKSUM_MD5="f9f5adfd36c5b0b84e0a5115e841e38a"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd pngcrush-1.7.11-nolib
|
||||
make
|
||||
}
|
||||
INSTALL()
|
||||
{
|
||||
cd pngcrush-1.7.11-nolib
|
||||
mkdir -p ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
|
||||
cp -a -f pngcrush ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
|
||||
LICENSE="LibPNG"
|
||||
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
|
||||
2005 Greg Roelofs"
|
||||
Reference in New Issue
Block a user