# Template file for 'libburn' pkgname=libburn version=1.4.2 revision=1 build_style=gnu-configure short_desc="Library for reading, mastering and writing optical discs" maintainer="Juan RP " license="GPL-2" homepage="http://www.libburnia-project.org" distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz" checksum=bf641ac8e372b18e52fa911876b21f759e17804aa907eeae6c852f053729610a cdrskin_package() { short_desc="Command line CD/DVD/BD writing tool" pkg_install() { vmove usr/bin vmove usr/share } } libburn-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/lib/*.so vmove usr/lib/*.a } }