parent
6b69531008
commit
0b4ef0899a
|
@ -2882,3 +2882,4 @@ libtacacs.so.1 tacacs-4.0.4.28_1
|
|||
libffms2.so.4 libffms2-2.23.1_1
|
||||
libduktape.so.201 duktape-2.1.1_1
|
||||
liblsmash.so.2 liblsmash-2.9.1_1
|
||||
libgnustep-base.so.1.25 gnustep-base-1.25.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
gnustep-base
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'gnustep-base'
|
||||
pkgname=gnustep-base
|
||||
version=1.25.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gnustep-make gcc-objc"
|
||||
makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel
|
||||
libxslt-devel icu-devel"
|
||||
short_desc="Library of general-purpose Objective C objects for GNUstep"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://www.gnustep.org/"
|
||||
distfiles="http://ftp.gnustep.org/pub/gnustep/core/gnustep-base-${version}.tar.gz"
|
||||
checksum=f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347
|
||||
|
||||
nocross="objc doesn't get cross build at present within gcc"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args="${configure_args} --disable-iconv";
|
||||
broken="musl patching for this is beyond the author at this time";;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
gnustep-base-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue