libburn: fix dead homepage=
This commit is contained in:
parent
cda1520955
commit
7be9280306
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libburn'
|
||||
pkgname=libburn
|
||||
version=1.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version/.pl*/}"
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for reading, mastering and writing optical discs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.libburnia-project.org"
|
||||
homepage="http://scdbackup.sourceforge.net/cdrskin_eng.html"
|
||||
distfiles="http://files.libburnia-project.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd
|
||||
|
||||
|
@ -25,7 +25,7 @@ libburn-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue