1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/cpan/Glib/trunk/Makefile

Revision 16916, 0.7 KB (checked in by dmichelsen, 16 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = Glib
2VERSION = 1.223
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = TSCH
6
7DESCRIPTION = wrappers for the GLib utility and Object libraries
8define BLURB
9  This module provides perl access to GLib and GLib's GObject libraries. GLib
10  is a portability and utility library; GObject provides a generic type system
11  with inheritance and a powerful signal system. Together these libraries are
12  used as the foundation for many of the libraries that make up the Gnome
13  environment, and are used in many unrelated projects.
14endef
15
16BUILD_DEP_PKGS  = CSWpmextutilsdepends CSWpmextutpkgconf
17RUNTIME_DEP_PKGS_CSWpmglib = CSWpmextutilsdepends CSWpmextutpkgconf CSWggettextrt CSWglib2
18
19CATALOGNAME     = pm_glib
20PACKAGES        = CSWpmglib
21
22LICENSE = README
23
24include gar/category.mk
Note: See TracBrowser for help on using the browser.