libvisual: disable static, set -devel noarch.
This commit is contained in:
parent
883b8a6a8e
commit
e380abbcc3
2 changed files with 10 additions and 10 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'libvisual-devel'.
|
# Template file for 'libvisual-devel'.
|
||||||
#
|
#
|
||||||
depends="libvisual"
|
noarch=yes
|
||||||
|
depends="libvisual-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
# Template file for 'libvisual'.
|
# Template file for 'libvisual'.
|
||||||
pkgname=libvisual
|
pkgname=libvisual
|
||||||
version=0.4.0
|
version=0.4.0
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
makedepends="pkg-config"
|
makedepends="pkg-config"
|
||||||
short_desc="Abstraction library for audio visualisation plugins"
|
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
|
checksum=0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7
|
||||||
long_desc="
|
long_desc="
|
||||||
Libvisual is an abstraction library that comes between applications and
|
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
|
interface applications can easily access plugins and since the drawing is
|
||||||
done by the application it also enables the developer to draw the visual
|
done by the application it also enables the developer to draw the visual
|
||||||
anywhere he wants."
|
anywhere he wants."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue