Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
61f837d586
2 changed files with 82 additions and 0 deletions
  1. +37
    -0
      package/blindcoder/upx2/upx2.conf
  2. +45
    -0
      package/blindcoder/upx2/upx2.desc

+ 37
- 0
package/blindcoder/upx2/upx2.conf

@ -0,0 +1,37 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/upx2/upx2.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
upx_pi() {
install -m 755 upx.out $bindir/upx2
cd ../doc
make
install -m 644 upx.1 $mandir/man1/upx2.1
}
srcdir="upx-$ver/src"
var_append makeopt " " "target=linux UCLDIR=/usr CC=g++ DEFS=-DWITH_UCL LDLIB=-lucl"
# no install target
makeinstopt=""
hook_add postmake 3 "upx_pi"

+ 45
- 0
package/blindcoder/upx2/upx2.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/blindcoder/upx2/upx2.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] powerful executable packer
[T] UPX is a portable, extendable, high-performance executable packer for
[T] several different executable formats. It achieves an excellent compression
[T] ratio and offers very fast decompression. Your executables suffer no
[T] memory overhead or other drawbacks. UPX supports vmlinuz/386,
[T] linux/elf386, linux/386, win32/pe, dos/exe, djgpp2/coff, and many more.
[U] http://upx.sourceforge.net/
[A] Markus F.X.J. Oberhumer <markus@oberhumer.com>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
[C] extra/tool
[L] GPL
[S] Beta
[V] 1.94-20060311
[P] O -?---5---9 196.200
[D] X upx-1.94-20060311.tar.bz2 cvs://pserver:anonymous@cvs.sourceforge.net:/cvsroot/upx::cvsroot-upx/!2006-03-11/

Loading…
Cancel
Save