mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/beecrypt: upgrade to 4.2.1
This commit is contained in:
parent
a1ceb00779
commit
ffca388331
@ -1,25 +1,24 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=beecrypt
|
||||
pkgver=4.1.2
|
||||
pkgrel=9
|
||||
pkgdesc="general-purpose cryptography library"
|
||||
pkgver=4.2.1
|
||||
pkgrel=0
|
||||
pkgdesc="A general-purpose cryptography library"
|
||||
url="http://sourceforge.net/projects/beecrypt"
|
||||
arch="all"
|
||||
license="LGPL"
|
||||
depends=
|
||||
license="LGPL2+"
|
||||
depends=""
|
||||
makedepends="libtool m4"
|
||||
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
$pkgname-4.1.2-base64.patch
|
||||
"
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$pkgname-$pkgver"
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in ../*.patch; do
|
||||
msg "Applying $i..."
|
||||
patch -p1 < $i || return 1
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
update_config_sub || return 1
|
||||
}
|
||||
@ -45,5 +44,7 @@ package() {
|
||||
make libaltdir=/usr/lib DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
md5sums="820d26437843ab0a6a8a5151a73a657c beecrypt-4.1.2.tar.gz
|
||||
01444edbffee71c2d8818fa66a3a8555 beecrypt-4.1.2-base64.patch"
|
||||
|
||||
md5sums="8441c014170823f2dff97e33df55af1e beecrypt-4.2.1.tar.gz"
|
||||
sha256sums="286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d beecrypt-4.2.1.tar.gz"
|
||||
sha512sums="59995d53c024efe6344a21ac0d6d55fbe652488a4a22cc6719f9fc3851d56697fa8738937d48aa1e6f9ebe749de61ac3c79a5f0cea793872213c3bdf922e71bc beecrypt-4.2.1.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user