mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/simulavr: Updated for version git20150924.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a60d4f3cf7
commit
3e9afc0b25
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=simulavr
|
||||
VERSION=${VERSION:-git20150924}
|
||||
VERSION=${VERSION:-git20151002}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PKGVER \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--with-tclconfig=/usr/lib${LIBDIRSUFFIX} \
|
||||
--enable-verilog \
|
||||
|
@ -97,7 +97,7 @@ rm -f $PKG/usr/info/dir
|
|||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README.* INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README.* INSTALL doc/simulavr.pdf $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="simulavr"
|
||||
VERSION="git20150924"
|
||||
HOMEPAGE="http://www.nongnu.org/simulavr/"
|
||||
DOWNLOAD="https://www.dropbox.com/s/ghvufjzz9mseocq/simulavr-git20150924.tar.gz"
|
||||
MD5SUM="e3ea3fcdc6f72e0ce9b185966fd32261"
|
||||
DOWNLOAD="https://www.dropbox.com/s/r7ybvxhibhq86ki/simulavr-git20151002.tar.gz"
|
||||
MD5SUM="3b9f1fd532fb9287738b47e90f91f56e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avr-gcc avr-libc"
|
||||
|
|
Loading…
Reference in a new issue