mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/libburn: upgrade to 1.1.6
This commit is contained in:
parent
060e0a9f66
commit
270ad735dc
@ -1,9 +1,12 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=libburn
|
pkgname=libburn
|
||||||
pkgver=1.0.6_p00
|
pkgver=1.1.6
|
||||||
_ver=${pkgver%_p*}
|
_ver=${pkgver%_p*}
|
||||||
_pver=${pkgver##*_p}
|
_pver=
|
||||||
pkgrel=1
|
if [ "$_ver" != "$pkgver" ]; then
|
||||||
|
_pver=".pl${pkgver##*_p}"
|
||||||
|
fi
|
||||||
|
pkgrel=0
|
||||||
pkgdesc="Library for reading, mastering and writing optical discs"
|
pkgdesc="Library for reading, mastering and writing optical discs"
|
||||||
url="http://libburnia.pykix.org/"
|
url="http://libburnia.pykix.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -11,7 +14,7 @@ license="GPL"
|
|||||||
depends=""
|
depends=""
|
||||||
makedepends=""
|
makedepends=""
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="http://files.libburnia-project.org/releases/libburn-${_ver}.pl${_pver}.tar.gz"
|
source="http://files.libburnia-project.org/releases/libburn-${_ver}${_pver}.tar.gz"
|
||||||
|
|
||||||
_builddir="$srcdir"/$pkgname-$_ver
|
_builddir="$srcdir"/$pkgname-$_ver
|
||||||
build ()
|
build ()
|
||||||
@ -27,4 +30,4 @@ package() {
|
|||||||
rm "$pkgdir"/usr/lib/*.la
|
rm "$pkgdir"/usr/lib/*.la
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums="7c3bd62964e5885f7733cf904089f82d libburn-1.0.6.pl00.tar.gz"
|
md5sums="741604c3d4064502f06bae20293c508c libburn-1.1.6.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user