mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -10,13 +10,17 @@ HOMEPAGE="https://github.com/HaikuArchives/Album/"
|
||||
COPYRIGHT="2006-2015 by Matjaž Kovač"
|
||||
LICENSE="MIT"
|
||||
REVISION="5"
|
||||
COMMIT=19d7f4d658f09800a05f4d3d9c7260d87ece47ef
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/$COMMIT.tar.gz"
|
||||
srcGitRev="19d7f4d658f09800a05f4d3d9c7260d87ece47ef"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Album/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b0f256a72cf248637ce0cb2952c144d58dd4cff365bd8635ac962ab2d5c8398d"
|
||||
SOURCE_DIR="Album-$COMMIT"
|
||||
SOURCE_DIR="Album-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Album_settings
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
album = $portVersion
|
||||
app:Album = $portVersion
|
||||
@@ -38,10 +42,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/Album_settings
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
|
||||
Reference in New Issue
Block a user