Christian Wiese
14 years ago
committed by
Christian Wiese
2 changed files with 78 additions and 0 deletions
@ -0,0 +1,45 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../skalibs/skalibs.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# 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; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if [ "$prefix_auto" = 1 ]; then |
||||
prefix="usr/skalibs" |
||||
set_confopt |
||||
fi |
||||
|
||||
# skalibs is following slashpackage confentions |
||||
srcdir=prog/$pkg-$ver |
||||
|
||||
# do not run the useless configure script dummy |
||||
runconf=0 |
||||
|
||||
skalibs_conf() { |
||||
echo "$root/$prefix" > conf-compile/conf-home |
||||
echo "$root$bindir" > conf-compile/conf-bin |
||||
echo "$root$includedir" > conf-compile/conf-include |
||||
echo "$root$libdir" > conf-compile/conf-lib |
||||
echo "$root$mandir" > conf-compile/conf-man |
||||
} |
||||
hook_add preconf 1 'skalibs_conf' |
||||
|
||||
# do not run make install because we do not want slashpackage convention |
||||
# by default |
||||
makeinstopt= |
||||
|
||||
skalibs_install() { |
||||
cp -avp library/* $root$libdir |
||||
cp -avp library.so/* $root$libdir |
||||
cp -avp include/* $root$includedir |
||||
cp -avp sysdeps $root/$prefix |
||||
} |
||||
hook_add postmake 9 'skalibs_install' |
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../skalibs/skalibs.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A collection of general-purpose C development libraries |
||||
|
||||
[T] skalibs is a collection of general-purpose C libraries majorly needed |
||||
[T] to build software from skarnet.org, but can also be used as a sound basic |
||||
[T] foundation for developing small and secure C code. |
||||
|
||||
[U] http://www.skarnet.org/software/skalibs |
||||
|
||||
[A] Laurent Bercot <ska-skaware@skarnet.org> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/library |
||||
|
||||
[L] ISC |
||||
[S] Stable |
||||
[V] 1.0.4 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 3488523330 skalibs-1.0.4.tar.gz http://www.skarnet.org/software/skalibs/ |
Loading…
Reference in new issue