mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Album, fix build (#1933)
This commit is contained in:
committed by
waddlesplash
parent
ad0646a64c
commit
d01c68c74f
@@ -5,15 +5,17 @@ may be viewed and tagged. \
|
||||
The program is not limited to pictures and BFS (Be File System) volumes, \
|
||||
although that makes most sense since some of the functionality has to do with \
|
||||
file attributes."
|
||||
HOMEPAGE="http://users.volja.net/mkovac1/proj/album/"
|
||||
# Original homepage http://users.volja.net/mkovac1/proj/album/
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Album/"
|
||||
COPYRIGHT="2006-2015 by Matjaž Kovač"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/550632886979080247db552f38990690f77ee054.tar.gz"
|
||||
CHECKSUM_SHA256="ee1811b47bbb1178c88b66ef103bf8aba0ba551cfed70ce8a318842c4729c89e"
|
||||
SOURCE_DIR="Album-550632886979080247db552f38990690f77ee054"
|
||||
REVISION="5"
|
||||
COMMIT=19d7f4d658f09800a05f4d3d9c7260d87ece47ef
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/$COMMIT.tar.gz"
|
||||
CHECKSUM_SHA256="b0f256a72cf248637ce0cb2952c144d58dd4cff365bd8635ac962ab2d5c8398d"
|
||||
SOURCE_DIR="Album-$COMMIT"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
album = $portVersion
|
||||
@@ -21,12 +23,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiptcdata$secondaryArchSuffix
|
||||
lib:libintl
|
||||
lib:libiptcdata
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libiptcdata$secondaryArchSuffix
|
||||
devel:libintl
|
||||
devel:libiptcdata
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
|
||||
Reference in New Issue
Block a user