libvisual: disable static, set -devel noarch.
This commit is contained in:
parent
883b8a6a8e
commit
e380abbcc3
|
@ -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
|
||||
|
|
|
@ -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 <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue