~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to packages/extra/gtk/Makefile.fpc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
[package]
6
6
name=gtk
7
 
version=2.0.0
 
7
version=2.0.4
8
8
 
9
9
[require]
10
10
libc=y
17
17
[compiler]
18
18
sourcedir=glib gdk gtk
19
19
 
20
 
 
21
 
[libs]
22
 
libname=libfpgtk.so
23
 
libversion=2.0.0
24
 
 
25
20
[install]
26
21
fpcpackage=y
27
22
 
28
23
[default]
29
24
fpcdir=../../..
30
25
 
 
26
[shared]
 
27
build=n
31
28
 
32
29
[rules]
33
30
glib$(PPUEXT): $(wildcard glib/glib*.pp)