~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   Makefile.fpc for Free Pascal GTK 2.x.y Bindings
 
3
#
 
4
 
 
5
[package]
 
6
name=gtk2
 
7
version=2.0.0
 
8
 
 
9
[require]
 
10
libc=y
 
11
 
 
12
[target]
 
13
units=buildgtk2 
 
14
exampledirs=examples
 
15
implicitunits=glib2 atk pango gdk2pixbuf gdk2 gtk2 libglade2 gtkglext gdkglext
 
16
 
 
17
[compiler]
 
18
unitdir=glib atk pango gtk+/gdk-pixbuf gtk+/gdk gtk+/gtk libglade gtkglext
 
19
 
 
20
[libs]
 
21
libname=libfpgtk2.so
 
22
libversion=2.0.0
 
23
 
 
24
[install]
 
25
buildunit=buildgtk2
 
26
fpcpackage=y
 
27
 
 
28
[default]
 
29
fpcdir=../../..
 
30