New package: cryptsetup-1.4.1 (not yet working :-)
This commit is contained in:
parent
dc6d81794e
commit
2484354b3f
9 changed files with 64 additions and 0 deletions
|
@ -970,3 +970,4 @@ libhubbub.so.0 libhubbub libhubbub-devel
|
||||||
libdom.so.0 libdom libdom-devel
|
libdom.so.0 libdom libdom-devel
|
||||||
liblutok.so.0 lutok lutok-devel
|
liblutok.so.0 lutok lutok-devel
|
||||||
libmtdev.so.1 mtdev mtdev-devel
|
libmtdev.so.1 mtdev mtdev-devel
|
||||||
|
libcryptsetup.so.4 libcryptsetup cryptsetup-devel
|
||||||
|
|
1
srcpkgs/cryptsetup-devel
Symbolic link
1
srcpkgs/cryptsetup-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cryptsetup
|
13
srcpkgs/cryptsetup/cryptsetup-devel.template
Normal file
13
srcpkgs/cryptsetup/cryptsetup-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'cryptsetup-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains development files: headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libcryptsetup ">=${version}"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
3
srcpkgs/cryptsetup/cryptsetup.rshlibs
Normal file
3
srcpkgs/cryptsetup/cryptsetup.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libc.so.6
|
||||||
|
libpopt.so.0
|
||||||
|
libcryptsetup.so.4
|
2
srcpkgs/cryptsetup/depends
Normal file
2
srcpkgs/cryptsetup/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=1.4.1"
|
||||||
|
api_depends="${abi_depends}"
|
5
srcpkgs/cryptsetup/libcryptsetup.rshlibs
Normal file
5
srcpkgs/cryptsetup/libcryptsetup.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
libuuid.so.1
|
||||||
|
libdevmapper.so.1.02
|
||||||
|
libgcrypt.so.11
|
||||||
|
libgpg-error.so.0
|
||||||
|
libc.so.6
|
10
srcpkgs/cryptsetup/libcryptsetup.template
Normal file
10
srcpkgs/cryptsetup/libcryptsetup.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'libcryptsetup'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - runtime libraries"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the runtime libraries."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
}
|
28
srcpkgs/cryptsetup/template
Normal file
28
srcpkgs/cryptsetup/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'cryptsetup'
|
||||||
|
pkgname=cryptsetup
|
||||||
|
version=1.4.1
|
||||||
|
homepage="http://code.google.com/p/cryptsetup"
|
||||||
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
checksum=82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb
|
||||||
|
long_desc="
|
||||||
|
Cryptsetup provides an interface for configuring encryption on block devices
|
||||||
|
(such as /home or swap partitions), using the Linux kernel device mapper target
|
||||||
|
dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support.
|
||||||
|
|
||||||
|
Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but
|
||||||
|
also supports more secure formats. This package includes support for automatically
|
||||||
|
configuring encrypted devices at boot time via the config file /etc/crypttab.
|
||||||
|
Additional features are cryptoroot support through initramfs-tools and several
|
||||||
|
supported ways to read a passphrase or key."
|
||||||
|
|
||||||
|
subpackages="libcryptsetup cryptsetup-devel"
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build popt-devel
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
|
Add_dependency build device-mapper-devel
|
||||||
|
Add_dependency build libgcrypt-devel
|
1
srcpkgs/libcryptsetup
Symbolic link
1
srcpkgs/libcryptsetup
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cryptsetup
|
Loading…
Reference in a new issue