mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Album: updated to version 0.9.4
This commit is contained in:
49
haiku-apps/album/album-0.9.4.recipe
Normal file
49
haiku-apps/album/album-0.9.4.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
SUMMARY="An image viewer/organiser designed for BeOS-compatible systems"
|
||||
DESCRIPTION="Album is a file browsing and tagging utility for BeOS/Haiku.\
|
||||
The idea is to have a work pad for pictures from different locations so they \
|
||||
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/"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/Album#3acc81e"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2006-2015 by Matjaž Kovač"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
Album = $portVersion
|
||||
app:Album = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiptcdata$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libiptcdata$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Album_settings
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a src/objects/Album $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Album
|
||||
}
|
||||
Reference in New Issue
Block a user