Skip to content

Commit

Permalink
app-crypt/gifshuffle: EAPI 6 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 9, 2017
1 parent 8d99602 commit 8634e86
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit toolchain-funcs

DESCRIPTION="GIF colourmap steganography"
Expand All @@ -15,14 +17,14 @@ IUSE=""
DEPEND=""
RDEPEND=""

S="${WORKDIR}"/${PN}
S="${WORKDIR}/${PN}"

src_compile() {
echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c
echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die
$(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die "Cannot compile ${PN}"
}

src_install() {
dobin ${PN} || die "Cannot install ${PN}"
dobin ${PN}
dodoc gshuf.txt
}

0 comments on commit 8634e86

Please sign in to comment.