File: pkg.pl

package info (click to toggle)
libgtk-perl 0.7009-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,956 kB
  • ctags: 2,260
  • sloc: perl: 13,998; xml: 9,919; ansic: 2,894; makefile: 64; cpp: 45
file content (16 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

print "XmHTML...\n";

add_c 'GXHTypes.c';

add_pm 'GtkXmHTML.pm' => '$(INST_LIBDIR)/Gtk/XmHTML.pm';

add_defs 'pkg.defs';
add_typemap 'pkg.typemap';

add_headers (qw( <gtk-xmhtml/gtk-xmhtml.h> "GXHTypes.h"));

$gtkxmhtmllibs = `gnome-config --libs gtkxmhtml` || $ENV{GTKXMHTML_LIBS};

$libs = "$libs $gtkxmhtmllibs";
chomp($libs);