aboutsummaryrefslogtreecommitdiffstats
path: root/testing/steghide/APKBUILD
blob: 02d1c6b4b855a5d6774b717e56f82d8064507799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=steghide
pkgver=0.5.1
pkgrel=0
pkgdesc="Steganography program that is able to hide data in various kinds of image- and audio-files"
url="http://steghide.sourceforge.net/index.php"
arch="all"
license="GPL"
makedepends="libmcrypt-dev jpeg-dev zlib-dev libmhash-dev 
bash libtool automake autoconf"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
steghide-0.5.1-am.patch
build-fixes-new-gcc.patch"
builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	update_config_guess || return 1
	autoreconf -i
	./configure \
		--prefix=/usr \
		--disable-rpath \
		--disable-nls 
	make CXXFLAGS="$CXXFLAGS -fpermissive" || return 1
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="5be490e24807d921045780fd8cc446b3  steghide-0.5.1.tar.gz
3b66fbf01bd02306f02f2fe392af6c36  steghide-0.5.1-am.patch
a76c32c0718de1ba27c0c5792f16a3b0  build-fixes-new-gcc.patch"
sha256sums="78069b7cfe9d1f5348ae43f918f06f91d783c2b3ff25af021e6a312cf541b47b  steghide-0.5.1.tar.gz
54a7743990743711614073b7245712bdc887b85cefc66d1199a6542badcb5612  steghide-0.5.1-am.patch
668d2038bb94b1d4a0c7c5ec924f96a63bf3a412788ebcc1536076f267f701d2  build-fixes-new-gcc.patch"
sha512sums="6cda3e33e91123fbc5caa112efcacf09180505abd4f6f229878cd443817c60a04498aead02509c7532fd6924225c6b752820c51e452a83c520f228273d610a57  steghide-0.5.1.tar.gz
b41652a1cfcd5313cb79c220cebc308c5491de4b56433ca5c6099c0b23c532c565cb67b553c32d24398c0e26cec3d1749acd8890e45596464ed499a83fd04fb3  steghide-0.5.1-am.patch
66443a0ca340969d568e0343fafcef6623f429f6a718b5ea55afcceb444f907521db22702c213d9b72a82e6b353c138f2703afcb4a6d573fe37f70891bc69334  build-fixes-new-gcc.patch"