libburn: make this build.
This commit is contained in:
parent
cbfa844c55
commit
38216e059a
2 changed files with 8 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'libburn'
|
||||
pkgname=libburn
|
||||
_dist_ver=0.7.4
|
||||
_dist_patch_ver=pl00
|
||||
version=${_dist_ver}_${_dist_patch_ver}
|
||||
wrksrc=${pkgname}-${_dist_ver}
|
||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-${_dist_ver}.${_dist_patch_ver}.tar.gz"
|
||||
_distver=0.7.4
|
||||
version=${_distver}.pl00
|
||||
wrksrc=${pkgname}-${_distver}
|
||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Library for reading, mastering and writing optical discs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -22,4 +21,4 @@ long_desc="
|
|||
read function does not need such a reload."
|
||||
|
||||
subpackages="cdrskin $pkgname-devel"
|
||||
Add_dependency full glibc
|
||||
Add_dependency run glibc
|
||||
|
|
|
@ -806,3 +806,6 @@ libgc.so gc gc-devel
|
|||
libgslcblas.so gsl gsl-devel
|
||||
libgsl.so gsl gsl-devel
|
||||
liblua.so lua lua-devel
|
||||
libobrender.so.21 openbox
|
||||
libobparser.so.21 openbox
|
||||
libburn.so libburn libburn-devel
|
||||
|
|
Loading…
Reference in a new issue