libplist: set -devel noarch.

This commit is contained in:
Juan RP 2013-01-03 12:48:07 +01:00
parent e86ec89c4b
commit b1a6a8d39e
4 changed files with 6 additions and 18 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"