libplist: set -devel noarch.
This commit is contained in:
parent
e86ec89c4b
commit
b1a6a8d39e
4 changed files with 6 additions and 18 deletions
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'libplist++'.
|
||||
#
|
||||
short_desc="${sourcepkg} C++ runtime library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the C++ runtime library."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libplist++.*" usr/lib
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
# Template file for 'libplist-devel'.
|
||||
#
|
||||
depends="libplist++ libplist"
|
||||
noarch=yes
|
||||
depends="libplist++>=${version} libplist>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'libplist-python'.
|
||||
#
|
||||
short_desc="${sourcepkg} Python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Python language bindings."
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/python2.7 usr/lib
|
||||
|
|
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'libplist'
|
||||
pkgname=libplist
|
||||
version=1.4
|
||||
homepage="http://libimobiledevice.org/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_SKIP_RPATH=ON"
|
||||
makedepends="cmake swig python-devel glib-devel libxml2-devel"
|
||||
revision=1
|
||||
short_desc="Apple Property List library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://libimobiledevice.org/"
|
||||
distfiles="http://www.libimobiledevice.org/downloads/$pkgname-$version.tar.bz2"
|
||||
checksum=2ad226abe1131a72e7ecbb2b921ad92f54b8e787c2281c89b00145b519479a71
|
||||
long_desc="
|
||||
libplist is a library to handle Apple Binary and XML Property Lists."
|
||||
|
||||
subpackages="${pkgname}++ ${pkgname}-python ${pkgname}-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue