From e380abbcc3b1e5a8b19acd3b7aa9a28a774f2090 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Oct 2012 14:46:24 +0200 Subject: [PATCH] libvisual: disable static, set -devel noarch. --- srcpkgs/libvisual/libvisual-devel.template | 8 +++----- srcpkgs/libvisual/template | 12 +++++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/libvisual/libvisual-devel.template b/srcpkgs/libvisual/libvisual-devel.template index 19b3e9dda2..5a00402bc4 100644 --- a/srcpkgs/libvisual/libvisual-devel.template +++ b/srcpkgs/libvisual/libvisual-devel.template @@ -1,15 +1,13 @@ # Template file for 'libvisual-devel'. # -depends="libvisual" +noarch=yes +depends="libvisual-${version}_${revision}" short_desc="${sourcepkg} development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - - -do_install() -{ +do_install() { mkdir -p ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib diff --git a/srcpkgs/libvisual/template b/srcpkgs/libvisual/template index a834641d25..d504556dd6 100644 --- a/srcpkgs/libvisual/template +++ b/srcpkgs/libvisual/template @@ -1,12 +1,16 @@ # Template file for 'libvisual'. pkgname=libvisual version=0.4.0 -revision=3 -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +revision=4 +subpackages="$pkgname-devel" build_style=gnu-configure +configure_args="--disable-static" makedepends="pkg-config" short_desc="Abstraction library for audio visualisation plugins" -maintainer="pancake " +maintainer="Juan RP " +homepage="http://sourceforge.net/projects/libvisual/" +license="LGPL-2.1" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7 long_desc=" Libvisual is an abstraction library that comes between applications and @@ -20,5 +24,3 @@ long_desc=" interface applications can easily access plugins and since the drawing is done by the application it also enables the developer to draw the visual anywhere he wants." - -subpackages="$pkgname-devel"