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

Context Navigation

  • Back to Ticket #261

Ticket #261: fontconfig-2.8.0.bep

File fontconfig-2.8.0.bep, 427 bytes (added by michaelvoliveira, 6 years ago)

initial version. please review!

Line 
1DESCRIPTION="Fontconfig is a library for font customization and configuration."
2HOMEPAGE="http://fontconfig.org"
3SRC_URI="http://fontconfig.org/release/fontconfig-2.8.0.tar.gz"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd fontconfig-2.8.0
9        libtoolize --force --copy --install
10        aclocal
11        autoconf
12        automake
13        ./configure --prefix=/boot/common --enable-libxml2
14        make
15}
16
17INSTALL {
18        cd fontconfig-2.8.0
19        make install
20}

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/