# Template file for 'libburn' pkgname=libburn version=1.3.6 revision=1 build_style=gnu-configure configure_args="--disable-static" 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=cdbe9ba1d0bd3ad80864eb1b8c1d7c368321fa52d65b92cdf15241586fb72350 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 } }