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

Context Navigation

  • Back to Ticket #343

Ticket #343: libgsf-1.14.18.2.bep

File libgsf-1.14.18.2.bep, 604 bytes (added by michaelvoliveira, 5 years ago)

added command to build gsf-office-thumbnailer, required by abiword

Line 
1DESCRIPTION="libgsf"
2HOMEPAGE="http://www.gnome.org/"
3SRC_URI="http://ftp.acc.umu.se/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.18.tar.bz2"
4CHECKSUM_MD5="2c15d875b1931c40c7e7a2368f3ed948"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8        sys-devel/gettext >= 0.17
9                dev-perl/XML-Parser >= 2.3.6
10        dev-util/intltool >= 0.40.6
11        dev-lib/glib >= 2.18.3"
12BUILD {
13        cd libgsf-1.14.18
14        libtoolize --force --copy --install
15        autoreconf -i
16        ./configure --prefix=/boot/common
17        make
18        cd thumbnailer
19        make
20}
21
22INSTALL {
23        cd libgsf-1.14.18
24        make install
25        cd thumbnailer
26        make install
27}

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/