mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Updated randomizer, removed patch and updated reicpe to point at a more recent commit
This commit is contained in:
@@ -5,12 +5,13 @@ any given length, and control what characters are used.
|
||||
This program can be used for many purposes, such as for generating random \
|
||||
passwords or random numbers.
|
||||
"
|
||||
HOMEPAGE="https://code.google.com/p/randomizer/"
|
||||
SRC_URI="svn+http://randomizer.googlecode.com/svn/trunk/@r12"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Randomizer/"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/Randomizer#06c248254f"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2005-2009 Sergey S. Kazenyuk"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SOURCE_DIR="randomizer-1.0.0b1/src"
|
||||
|
||||
PROVIDES="
|
||||
randomizer = $portVersion
|
||||
@@ -31,21 +32,16 @@ BUILD_PREREQUIRES="
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
randomizer-1.0.0b1.patch
|
||||
"
|
||||
|
||||
SRC_FILENAME="download"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
make BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp src/Randomizer $appsDir
|
||||
cp Randomizer $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Randomizer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user