proplib: update to 0.4.

--HG--
extra : convert_revision : e0a34f0bbcbda75791f3a37f9c5dd586262f4a19
This commit is contained in:
Juan RP
2010-04-20 11:16:14 +02:00
parent c95a77a60c
commit b0a4db41a5
2 changed files with 8 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# Template file for 'proplib'
pkgname=proplib
version=0.3
version=0.4
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Portable Property container object library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fdc030c648036efad66dfd5799d6d5894b84b96eefd265a6db6725441d5d7fd8
checksum=3fd0e5b4dda9afe03427669ca5eecd3aba3a59af1b49432fcf5b4faceb2b8ce9
long_desc="
The proplib library provides an abstract interface for creating and
manipulating property lists. Property lists have object types for boolean
@@ -24,3 +24,5 @@ long_desc="
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build zlib-devel