[Lunar-commits] r16249 - moonbase/trunk/devel/pkgconfig
Terry Chan
tchan at lunar-linux.org
Sat Aug 27 20:45:56 UTC 2005
Author: tchan
Date: 2005-08-27 20:45:55 +0000 (Sat, 27 Aug 2005)
New Revision: 16249
Modified:
moonbase/trunk/devel/pkgconfig/DETAILS
Log:
Version bump to pkgconfig-0.19. NOTE: this module was historically named pkgconfig,
but the dev renamed it to pkg-config as of ver. 0.18.1. So rather than renaming
this module all over moonbase, I've kept the lunar module name of pkgconfig and
adjusted the internal DETAILS file accordingly. So yes SOURCE_DIRECTORY is still
needed in the DETAILS file.
Modified: moonbase/trunk/devel/pkgconfig/DETAILS
===================================================================
--- moonbase/trunk/devel/pkgconfig/DETAILS 2005-08-27 20:35:56 UTC (rev 16248)
+++ moonbase/trunk/devel/pkgconfig/DETAILS 2005-08-27 20:45:55 UTC (rev 16249)
@@ -1,10 +1,12 @@
- MODULE=pkgconfig
- VERSION=0.15.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.freedesktop.org/software/pkgconfig/releases/
- WEB_SITE=http://www.freedesktop.org
+ MODULE=pkgconfig
+ VERSION=0.19
+ SOURCE=pkg-config-$VERSION.tar.gz
+ SOURCE_URL=http://pkgconfig.freedesktop.org/releases/
+ SOURCE_VFY=sha1:b09fa43dcc44fe0db8df1c4994a8ff9eab371666
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
+ WEB_SITE=http://pkgconfig.freedesktop.org/wiki/FrontPage/
ENTERED=20010922
- UPDATED=20030912
+ UPDATED=20050827
SHORT="pkg-config is a system for managing library compile/link flags that works with automake and autoconf."
cat << EOF
pkg-config is a system for managing library compile/link flags that
@@ -12,4 +14,7 @@
scripts you may have seen with a single tool. There's nothing
desktop-specific or desktop-related about pkg-config, despite it being
on freedesktop.org.
+NOTE: as of > pkgconfig-0.18, pkgconfig was renamed to pkg-config. So rather
+than renaming this module all over moonbase, I decided to keep the module as
+named pkgconfig, and adjusted the SOURCE and SOURCE_DIRECTORY accordingly.
EOF
More information about the Lunar-commits
mailing list