Initial bep for hqx, from GCI2012 student Zbaker1398

This commit is contained in:
Scott McCreary
2012-12-18 00:26:26 +00:00
parent 36d16b2c07
commit d30caa19b5

25
media-gfx/hqx/hqx-1.1.bep Normal file
View File

@@ -0,0 +1,25 @@
DESCRIPTION="hqx ('hq' stands for 'high quality' and 'x' stands for magnification) is one of the pixel art scaling algorithms developed by Maxim Stepin"
HOMEPAGE="http://code.google.com/p/hqx/"
SRC_URI="http://hqx.googlecode.com/files/hqx-1.1.tar.gz"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="media-libs/devil >= 1.7.8"
MESSAGE="Make sure you have your gcc set to gcc4 before running by executing $setgcc gcc4 "
CHECKSUM_MD5="e4d3132b5f3614a75975b62fe6a066bb"
BUILD {
cd hqx-1.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd hqx-1.1
make install
}
LICENSE="GNU LGPL v2"
COPYRIGHT=" (c) 2003 Maxim Stepin, (c) 2010 Cameron Zemek"