Skip to content

Commit

Permalink
Updated dep order. fixed install command
Browse files Browse the repository at this point in the history
  • Loading branch information
R167 committed Dec 5, 2016
1 parent 8288372 commit 15fb35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions media-gfx/apng2gif/apng2gif-1.7.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
Expand All @@ -40,6 +40,7 @@ BUILD()

INSTALL()
{
mkdir -p $prefix/bin
cp apng2gif $prefix/bin
install -d -m 755 $binDir $docDir
install -t $binDir -c -m 555 -s apng2gif
install -t $docDir -c -m 444 readme.txt
}
5 changes: 3 additions & 2 deletions media-gfx/gif2apng/gif2apng-1.9.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ BUILD()

INSTALL()
{
mkdir -p $prefix/bin
cp gif2apng $prefix/bin
install -d -m 755 $binDir $docDir
install -t $binDir -c -m 555 -s gif2apng
install -t $docDir -c -m 444 readme.txt
}

0 comments on commit 15fb35d

Please sign in to comment.