mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
parted: fix license
This commit is contained in:
parent
64771a30b9
commit
65eb370171
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'parted'
|
# Template file for 'parted'
|
||||||
pkgname=parted
|
pkgname=parted
|
||||||
version=3.2
|
version=3.2
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# parted wants off_t as 64bit type
|
# parted wants off_t as 64bit type
|
||||||
configure_args="ac_cv_sizeof_off_t=8"
|
configure_args="ac_cv_sizeof_off_t=8"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
|
||||||
short_desc="The GNU Parted disk partition resizing program"
|
short_desc="GNU Parted disk partition resizing program"
|
||||||
homepage="http://www.gnu.org/software/parted/"
|
|
||||||
license="GPL-3"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
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"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
|
checksum=858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ libparted_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libparted-devel_package() {
|
libparted-devel_package() {
|
||||||
depends="libparted>=${version}_${revision}"
|
depends="libparted>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue