parted: fix license
This commit is contained in:
parent
64771a30b9
commit
65eb370171
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'parted'
|
||||
pkgname=parted
|
||||
version=3.2
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
# parted wants off_t as 64bit type
|
||||
configure_args="ac_cv_sizeof_off_t=8"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
||||
short_desc="The GNU Parted disk partition resizing program"
|
||||
homepage="http://www.gnu.org/software/parted/"
|
||||
license="GPL-3"
|
||||
short_desc="GNU Parted disk partition resizing program"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/parted/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
|
||||
|
||||
|
@ -20,6 +20,7 @@ libparted_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libparted-devel_package() {
|
||||
depends="libparted>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue