From ce6aa3ae61a72efbe02a97b692739893e42aa5a5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 Jan 2019 21:05:49 +0100 Subject: remove cryptsetup - it's upstream, now --- manualPorts/cryptsetup/Pkgfile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 manualPorts/cryptsetup/Pkgfile (limited to 'manualPorts/cryptsetup/Pkgfile') diff --git a/manualPorts/cryptsetup/Pkgfile b/manualPorts/cryptsetup/Pkgfile deleted file mode 100644 index e7055e6..0000000 --- a/manualPorts/cryptsetup/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: user-friendly dm-crypt/LUKS interface -# URL: https://gitlab.com/cryptsetup/cryptsetup -# Maintainer: Erich Eckner, crux at eckner dot net -# Contributor: Thomas Penteker, tek at serverop dot de -# Packager: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: libdevmapper, libgcrypt, popt - -name=cryptsetup -version=2.0.6 -release=1 -source=(https://kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz) - -build() { - cd $name-$version - - LIBS="-lpthread" ./configure \ - --prefix=/usr \ - --disable-nls \ - --enable-static-cryptsetup - make - make DESTDIR=$PKG install - - install -d $PKG/sbin - mv $PKG/{usr/sbin,sbin}/cryptsetup.static -} -- cgit v1.2.3-54-g00ecf