|
Revision 16916, 0.7 KB
(checked in by dmichelsen, 16 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = Glib |
|---|
| 2 | VERSION = 1.223 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = TSCH |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = wrappers for the GLib utility and Object libraries |
|---|
| 8 | define 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. |
|---|
| 14 | endef |
|---|
| 15 | |
|---|
| 16 | BUILD_DEP_PKGS = CSWpmextutilsdepends CSWpmextutpkgconf |
|---|
| 17 | RUNTIME_DEP_PKGS_CSWpmglib = CSWpmextutilsdepends CSWpmextutpkgconf CSWggettextrt CSWglib2 |
|---|
| 18 | |
|---|
| 19 | CATALOGNAME = pm_glib |
|---|
| 20 | PACKAGES = CSWpmglib |
|---|
| 21 | |
|---|
| 22 | LICENSE = README |
|---|
| 23 | |
|---|
| 24 | include gar/category.mk |
|---|