diff --git a/templates/libvisual-devel b/templates/libvisual-devel new file mode 120000 index 0000000000..94e2b31e33 --- /dev/null +++ b/templates/libvisual-devel @@ -0,0 +1 @@ +libvisual \ No newline at end of file diff --git a/templates/libvisual/depends b/templates/libvisual/depends new file mode 100644 index 0000000000..a2df9c5bb0 --- /dev/null +++ b/templates/libvisual/depends @@ -0,0 +1,2 @@ +abi_depends=0.4.0 +api_depends=${abi_depends} diff --git a/templates/libvisual/devel.template b/templates/libvisual/devel.template new file mode 100644 index 0000000000..7b060d6259 --- /dev/null +++ b/templates/libvisual/devel.template @@ -0,0 +1,17 @@ +# Template file for 'libvisual-devel'. +# +short_desc="${sourcepkg} development files" +long_desc="${long_desc} + + This package contains files for development, headers, static libs, etc." + +Add_dependency run libvisual + +do_install() +{ + mkdir -p ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr + mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib +} diff --git a/templates/libvisual/template b/templates/libvisual/template new file mode 100644 index 0000000000..11ae83d378 --- /dev/null +++ b/templates/libvisual/template @@ -0,0 +1,25 @@ +# Template file for 'libvisual'. +pkgname=libvisual +sourcepkg=$pkgname +version=0.4.0 +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="Abstraction library for audio visualisation plugins" +maintainer="pancake " +checksum=0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7 +long_desc=" + Libvisual is an abstraction library that comes between applications and + audio visualisation plugins. + + Often when it comes to audio visualisation plugins or programs that create + visuals they do depend on a player or something else, basically there is no + general framework that enable application developers to easy access cool + audio visualisation plugins. Libvisual wants to change this by providing + an interface towards plugins and applications, through this easy to use + 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="devel" +Add_dependency build pkg-config +Add_dependency full glibc