forked from I2P_Developers/i2p.i2p
* fixups to SlackBuilds. requiredbuilder does the wrong thing, and
thinks that java is perl! This isn't really a big deal, the file format is simple enough and the requirements are known.
This commit is contained in:
@ -24,7 +24,7 @@ mkdir -p $PKG
|
|||||||
# es: usr/local
|
# es: usr/local
|
||||||
NAME=i2p-base
|
NAME=i2p-base
|
||||||
VERSION=0.0.1
|
VERSION=0.0.1
|
||||||
BUILD=1sim
|
BUILD=1sponge
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
INSTALL_DIR=opt
|
INSTALL_DIR=opt
|
||||||
cd $PKG
|
cd $PKG
|
||||||
@ -38,5 +38,9 @@ sed "s|directory|/$INSTALL_DIR/i2p/|g" $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
requiredbuilder -v -y -s $CWD $PKG
|
#
|
||||||
|
# Not really that important to exec this.
|
||||||
|
#requiredbuilder -v -y -s $CWD $PKG
|
||||||
|
#
|
||||||
|
cat $CWD/slack-required > $PKG/install/slack-required
|
||||||
makepkg -l y -c n $CWD/${NAME}-$VERSION-$ARCH-$BUILD.tgz
|
makepkg -l y -c n $CWD/${NAME}-$VERSION-$ARCH-$BUILD.tgz
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# It's suggested to subscribe to various dns host, like i2host.i2p
|
# It's suggested to subscribe to various dns host, like i2host.i2p
|
||||||
# For any additional information, visit i2host.i2p and forum.i2p
|
# For any additional information, visit i2host.i2p and forum.i2p
|
||||||
|
|
||||||
BUILD=1sim
|
BUILD=1sponge
|
||||||
|
|
||||||
# put here installation dir, without first and last /
|
# put here installation dir, without first and last /
|
||||||
# eg: usr/local
|
# eg: usr/local
|
||||||
@ -113,5 +113,11 @@ sed "s|directory|/$INSTALL_DIR/i2p/|g" $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
requiredbuilder -v -y -s $CWD $PKG
|
#
|
||||||
|
# requiredbuilder fucks up REALLY bad, and thinks java is perl?!
|
||||||
|
# It also did not catch the shell requirements! BOOOOOOOOOOO! HISSSSSSSS!
|
||||||
|
#
|
||||||
|
#requiredbuilder -v -y -s $CWD $PKG
|
||||||
|
#
|
||||||
|
cat $CWD/slack-required > $PKG/install/slack-required
|
||||||
makepkg -l y -c n $CWD/${NAME}-$VERSION-$ARCH-$BUILD.tgz
|
makepkg -l y -c n $CWD/${NAME}-$VERSION-$ARCH-$BUILD.tgz
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
glibc >= 2.7-i486-17 | glibc-solibs >= 2.7-i486-17
|
jre >= 5
|
||||||
perl >= 5.10.0-i486-1
|
i2p-base >= 0.0.1
|
||||||
|
bash >= 3.1.017
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2009-09-21 sponge
|
||||||
|
* fixups to SlackBuilds. requiredbuilder does the wrong thing, and
|
||||||
|
thinks that java is perl! This isn't really a big deal,
|
||||||
|
the file format is simple enough and the requirements are known.
|
||||||
|
|
||||||
2009-09-07 mkvore
|
2009-09-07 mkvore
|
||||||
* removes a SAM v1&2 bug
|
* removes a SAM v1&2 bug
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 19;
|
public final static long BUILD = 20;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user