Browse Source

Alejandro Mery <amery@geeks.cl>:

ncurses: prefix='' because it's needed by some /{,s}bin/ files.
zlib   : prefix='' and a little cleanup.
smartmontools-5.1-18: an update :-)
ncompress: rl.{org,net}/misc/ncompress-..  is not available. 
 donwload location changed another to one with the same checksum.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1381 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
d165974788
5 changed files with 22 additions and 7 deletions
  1. +9
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/base/ncompress/ncompress.desc
  3. +3
    -0
      package/base/ncurses/ncurses.conf
  4. +2
    -2
      package/base/smartmontools/smartmontools.desc
  5. +7
    -4
      package/base/zlib/zlib.conf

+ 9
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,13 @@
*) 2003-09-13 (2.0.0-rc1 - 2.0.0-rc2)
- Alejandro Mery: fixed ncurses/zlib to install into /, fixed ncompress
download location and updated smartmontools
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)
- fixed apache datadir utilization
*) 2003-09-11 (2.0.0-rc1 - 2.0.0-rc2)
- Stefan Paletta: added runpysetup to fix the compilation of python

+ 1
- 1
package/base/ncompress/ncompress.desc

@ -38,5 +38,5 @@
[V] 4.2.4
[P] X -----5---9 193.000
[D] 718024940 ncompress-4.2.4.tar.gz http://www.rocklinux.org/misc/
[D] 718024940 ncompress-4.2.4.tar.gz ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/utils/compress/

+ 3
- 0
package/base/ncurses/ncurses.conf

@ -20,6 +20,9 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
prefix=''
set_confopt
confopt="$confopt --with-normal --with-shared"
prepatch="bunzip2 < $archdir/termtypes.ti.bz2 > misc/terminfo.src"

+ 2
- 2
package/base/smartmontools/smartmontools.desc

@ -39,8 +39,8 @@
[L] GPL
[S] Stable
[V] 5.1-14
[V] 5.1-18
[P] X -----5---9 737.000
[D] 1175222122 smartmontools-5.1-14.tar.gz http://dl.sourceforge.net/sourceforge/smartmontools/
[D] 1729386917 smartmontools-5.1-18.tar.gz http://dl.sourceforge.net/sourceforge/smartmontools/

+ 7
- 4
package/base/zlib/zlib.conf

@ -20,13 +20,16 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
prefix=''
set_confopt
zlib_pm() {
# craete a static version
make libz.a
cp -v libz.a $root/$prefix/lib/
[ ! -d $root/$prefix/share/man/man3 ] && \
mkdir -p $root/$prefix/share/man/man3
cp -v zlib.3 $root/$prefix/share/man/man3/
cp -v libz.a $libdir
[ ! -d $mandir/man3 ] && \
mkdir -p $mandir/man3
cp -v zlib.3 $mandir/man3/
cp -v algorithm.txt $docdir
}

Loading…
Cancel
Save