mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +01:00
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=steghide
|
|
pkgver=0.5.1
|
|
pkgrel=4
|
|
pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files"
|
|
url="https://steghide.sourceforge.net/index.php"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev
|
|
bash libtool automake autoconf"
|
|
subpackages="$pkgname-doc"
|
|
source="https://prdownloads.sourceforge.net/steghide/steghide-$pkgver.tar.gz
|
|
steghide-0.5.1-am.patch
|
|
build-fixes-new-gcc.patch
|
|
missing-files-configure-in.patch
|
|
"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
update_config_sub
|
|
update_config_guess
|
|
autoreconf -i
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-rpath \
|
|
--disable-nls
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
6cda3e33e91123fbc5caa112efcacf09180505abd4f6f229878cd443817c60a04498aead02509c7532fd6924225c6b752820c51e452a83c520f228273d610a57 steghide-0.5.1.tar.gz
|
|
b41652a1cfcd5313cb79c220cebc308c5491de4b56433ca5c6099c0b23c532c565cb67b553c32d24398c0e26cec3d1749acd8890e45596464ed499a83fd04fb3 steghide-0.5.1-am.patch
|
|
66443a0ca340969d568e0343fafcef6623f429f6a718b5ea55afcceb444f907521db22702c213d9b72a82e6b353c138f2703afcb4a6d573fe37f70891bc69334 build-fixes-new-gcc.patch
|
|
27dbae3ef3ab4373ddd046bad07a4d3d0df014717b3a1a4b178c761f39f9b3c74aef7aeeb037c93e083445026e96cf46a64a1351074938af9b87ab9bd9e95bbe missing-files-configure-in.patch
|
|
"
|