File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd)
4242
4343PRGNAM=eureka
4444VERSION=${VERSION:- 2.0.2}
45+ GITVER=bdd8b4e0ee7e0ffc50907526bf45d149f8c0639a
4546BUILD=${BUILD:- 1}
4647TAG=${TAG:- _SBo}
4748PKGTYPE=${PKGTYPE:- tgz}
7071rm -rf $PKG
7172mkdir -p $TMP $PKG $OUTPUT
7273cd $TMP
73- SRCDIR=eureka-editor-eureka- $VERSION
74+ SRCDIR=eureka-editor-$GITVER
7475rm -rf $SRCDIR
75- tar xvf $CWD /$SRCDIR .tar.gz
76+ unzip $CWD /$SRCDIR .zip
7677cd $SRCDIR
7778chown -R root:root .
7879find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
@@ -90,6 +91,7 @@ cd build
9091 -DCMAKE_INSTALL_PREFIX=/usr \
9192 -DBIN_DIR=/usr/games \
9293 -DENABLE_UNIT_TESTS=OFF \
94+ -DUSE_SYSTEM_FLTK=ON \
9395 -DCMAKE_BUILD_TYPE=Release ..
9496 make
9597 make install/strip DESTDIR=$PKG
@@ -107,6 +109,8 @@ convert misc/$PRGNAM.xpm $PKG/usr/share/icons/hicolor/32x32/apps/$PRGNAM.png
107109
108110mkdir -p $PKG /usr/man/man6
109111gzip -9c < misc/$PRGNAM .6 > $PKG /usr/man/man6/$PRGNAM .6.gz
112+ find $PKG /usr/man -type f -exec gzip -9 {} \;
113+ for i in $( find $PKG /usr/man -type l ) ; do ln -s $( readlink $i ) .gz $i .gz ; rm $i ; done
110114
111115mkdir -p $PKG /usr/doc/$PRGNAM -$VERSION
112116sed -n ' /^SETTING UP/,$p' INSTALL.txt > SETUP.txt
Original file line number Diff line number Diff line change 11PRGNAM="eureka"
22VERSION="2.0.2"
33HOMEPAGE="http://eureka-editor.sourceforge.net/"
4- DOWNLOAD="https://github.com/ioan-chera/eureka-editor/archive/eureka-2.0.2 /eureka-editor-eureka-2.0.2.tar.gz "
5- MD5SUM="4b7f29bbba547845ab2204b7887cdc59 "
4+ DOWNLOAD="https://github.com/ioan-chera/eureka-editor/archive/bdd8b4e0ee7e0ffc50907526bf45d149f8c0639a /eureka-editor-bdd8b4e0ee7e0ffc50907526bf45d149f8c0639a.zip "
5+ MD5SUM="976ee661030bac048968feb6f06bc9c4 "
66DOWNLOAD_x86_64=""
77MD5SUM_x86_64=""
88REQUIRES="fltk"
You can’t perform that action at this time.
0 commit comments