ecryptfs-utils: fix license
This commit is contained in:
parent
b18c9b57a1
commit
f2eb7241ef
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'ecryptfs-utils'
|
||||
pkgname=ecryptfs-utils
|
||||
version=111
|
||||
revision=9
|
||||
lib32disabled=yes
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin
|
||||
--with-pamdir=/usr/lib/security --enable-gpg --enable-gui
|
||||
|
@ -13,10 +12,11 @@ depends="gettext"
|
|||
_desc="Ecryptfs cryptographic filesystem"
|
||||
short_desc="${_desc} - utilities"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://ecryptfs.org/"
|
||||
distfiles="http://launchpad.net/ecryptfs/trunk/${version}/+download/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f
|
||||
lib32disabled=yes
|
||||
|
||||
CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||
|
||||
|
@ -61,4 +61,3 @@ ecryptfs-utils-python_package() {
|
|||
vmove usr/lib/python2.7
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue