cryptsetup: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 12:57:30 +01:00
parent 6a767570d2
commit 9cc71a27c6
2 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bjeb/eMWhYHygEWFPXRe0WOivexcxGODYAe/jkAd4h04KNw9k8iu/BGxlcnVM5/Q5EDZ4mDxCxAIbDS8ArfXAc=
SHA256 (Pkgfile) = 7db152136e5092282eaa2742d12e7ebe50fa0eb592b19c85dce252f9616e1804
RWSE3ohX2g5d/cgQD/HqIK3j4foj3bY1wGKOeNpF0uEBlj3XA/U72O5DofHOqLHOcUlwSo0bmrhWDqhui0jAiS94VjoaQ+wBaAU=
SHA256 (Pkgfile) = a791b0e020de020bbe4db8369343f9924f48206fe514ba1a572f7bcfda8886e2
SHA256 (.footprint) = dc5e24017567b04057866baf7a48010d5949e462242d537d4cbbb85cb6825f50
SHA256 (cryptsetup-2.3.4.tar.xz) = 9d16eebb96b53b514778e813019b8dd15fea9fec5aafde9fae5febf59df83773

View File

@ -1,7 +1,7 @@
# Description: user-friendly dm-crypt/LUKS interface
# URL: https://gitlab.com/cryptsetup/cryptsetup
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libdevmapper openssl popt json-c
# URL: https://gitlab.com/cryptsetup/cryptsetup
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libdevmapper openssl popt json-c
name=cryptsetup
version=2.3.4
@ -9,15 +9,15 @@ release=1
source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--enable-static-cryptsetup
make
make DESTDIR=$PKG install
./configure \
--prefix=/usr \
--disable-nls \
--enable-static-cryptsetup
make
make DESTDIR=$PKG install
install -d $PKG/sbin
mv $PKG/{usr/sbin,sbin}/cryptsetup.static
install -d $PKG/sbin
mv $PKG/{usr/sbin,sbin}/cryptsetup.static
}