Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 20 years ago
parent
commit
db66d88ea1
2 changed files with 78 additions and 0 deletions
  1. +33
    -0
      package/mnemoc/ucspi-unix/ucspi-unix.conf
  2. +45
    -0
      package/mnemoc/ucspi-unix/ucspi-unix.desc

+ 33
- 0
package/mnemoc/ucspi-unix/ucspi-unix.conf

@ -0,0 +1,33 @@
# --- 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/mnemoc/ucspi-unix/ucspi-unix.conf
# ROCK Linux is Copyright (C) 1998 - 2004 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 ---
makeinstopt=
hook_add postmake 5 './installer'
pkg_ucspiunix_config() {
echo $mandir > conf-man
echo $bindir > conf-bin
sed -i -e 's,local/bglibs,bglibs,g' conf-cc
sed -i -e 's,local/bglibs,bglibs,g' conf-ld
}
hook_add preconf 5 'pkg_ucspiunix_config'

+ 45
- 0
package/mnemoc/ucspi-unix/ucspi-unix.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/mnemoc/ucspi-unix/ucspi-unix.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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] UNIX-domain socket client-server command-line tools
[T] unixclient and unixserver are command-line tools for building UNIX
[T] domain client-server applications. unixclient connects to a UNIX domain
[T] socket and runs a program of your choice. unixserver creates a UNIX
[T] domain socket, waits for incoming connections and, for each connection,
[T] runs a program of your choice.
[U] http://untroubled.org/ucspi-unix/
[A] Bruce Guenter <bruceg@em.ca>
[M] Alejandro Mery <amery@geeks.cl>
[C] extra/tool
[L] GPL
[S] Stable
[V] 0.36
[P] X -----5---9 810.000
[D] 4021396071 ucspi-unix-0.36.tar.gz http://untroubled.org/ucspi-unix/

Loading…
Cancel
Save