Merge pull request #118 from xdave/master

New package: objfw-0.7.1.
This commit is contained in:
xdave 2013-08-04 14:19:17 -07:00
commit 4f50d2303a
3 changed files with 32 additions and 0 deletions

View file

@ -1390,4 +1390,5 @@ libgmtk.so.1 gmtk-1.0.8_1
liblrzip.so.0 liblrzip-0.614_3
libsilcclient-1.1.so.3 silc-toolkit-1.1.10_1
libsilc-1.1.so.2 silc-toolkit-1.1.10_1
libobjfw.so.6 objfw-0.7.1_1

1
srcpkgs/objfw-devel Symbolic link
View file

@ -0,0 +1 @@
objfw

30
srcpkgs/objfw/template Normal file
View file

@ -0,0 +1,30 @@
# Template build file for 'objfw'
pkgname=objfw
version=0.7.1
revision=1
build_style=gnu-configure
configure_args="--enable-static"
hostmakedepends="clang"
short_desc="Portable, lightweight framework for the Objective-C language."
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://webkeks.org/objfw/"
license="QPL,GPL-2,GPL-3"
distfiles="https://webkeks.org/${pkgname}/downloads/${pkgname}-${version}.tar.xz"
checksum=3c0159956fa5c34d6d2febf54057a8f37b785ba1621ec4b193f91110434882a4
objfw-devel_package() {
depends="clang objfw-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/bin
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}
objfw_package() {
pkg_install() {
vmove all
}
}