proplib: update to 0.5.0.
This commit is contained in:
parent
44237868bd
commit
f04f526d9c
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run proplib
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.4.1
|
||||
revision=1
|
||||
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
version=0.5.0
|
||||
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Portable Property container object library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=27a6da2a7adab3bed3313f25656a373cccc4c560f76273f68ad9100c0f97f11a
|
||||
checksum=e5787b139cc934236267ee30675593a1dee0cfac5b582c8dc36691dd3625bee5
|
||||
long_desc="
|
||||
The proplib library provides an abstract interface for creating and
|
||||
manipulating property lists. Property lists have object types for boolean
|
||||
|
|
Loading…
Reference in New Issue