HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #485

Ticket #485: hqx-1.1.bep

File hqx-1.1.bep, 677 bytes (added by richienyhus, 3 years ago)
Line 
1DESCRIPTION="hqx ('hq' stands for 'high quality' and 'x' stands for magnification) is one of the pixel art scaling algorithms developed by Maxim Stepin"
2HOMEPAGE="http://code.google.com/p/hqx/"
3SRC_URI="http://hqx.googlecode.com/files/hqx-1.1.tar.gz"
4REVISION="1"
5STATUS_HAIKU="untested"
6DEPEND="media-libs/devil >= 1.7.8"
7MESSAGE="Make sure you have your gcc set to gcc4 before running by executing  $setgcc gcc4  "
8
9CHECKSUM_MD5="e4d3132b5f3614a75975b62fe6a066bb"
10BUILD {
11                cd hqx-1.1
12               
13                ./configure --prefix=`finddir B_COMMON_DIRECTORY`
14                make
15}
16
17INSTALL {
18               
19                cd hqx-1.1
20                make install
21
22}
23
24LICENSE="GNU LGPL v2"
25COPYRIGHT=" (c) 2003 Maxim Stepin, (c) 2010 Cameron Zemek"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/