Skip to content

Commit

Permalink
Merge branch 'tcllib'
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jan 19, 2014
2 parents b56b10a + 9dde19e commit 3ab183d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
16 changes: 4 additions & 12 deletions devel/tcllib/BUILD
@@ -1,12 +1,4 @@
(
# Fix ::ini::file bug that wipe the ini file on write
patch_it $SOURCE2 1 &&

./configure --prefix=/usr \
--mandir=/usr/share/man &&

prepare_install &&

make install

) > $C_FIFO 2>&1
./configure --prefix=/usr \
--mandir=/usr/share/man &&
prepare_install &&
make install
9 changes: 3 additions & 6 deletions devel/tcllib/DETAILS
@@ -1,15 +1,12 @@
MODULE=tcllib
VERSION=1.14
VERSION=1.15
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=tcllib-1.14-inifile_fix.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:f27d2443e5469f0de89f4ecbb8e4f58ec152318d
SOURCE2_VFY=sha1:49891936b24e66bfdc6970531cc485c10ad61345
SOURCE_VFY=sha1:7130ee20c0fe7fc720288886b9ecb449899e0d6d
WEB_SITE=http://tcllib.sourceforge.net/
ENTERED=20051207
UPDATED=20120616
UPDATED=20140118
SHORT="Tcl-only library of standard routines for Tcl"

cat << EOF
Expand Down

0 comments on commit 3ab183d

Please sign in to comment.