Browse Source

execline: Updated (1.1.4 -> 1.2.2)

user/chris/wip/linux37
Christian Wiese 11 years ago
parent
commit
fd24f2c5b7
  1. 14
      develop/execline/execline.conf
  2. 6
      develop/execline/execline.desc

14
develop/execline/execline.conf

@ -13,18 +13,18 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ "$prefix_auto" = 1 ]; then if [ "$prefix_auto" = 1 ]; then
prefix="usr/execline" prefix="usr"
set_confopt set_confopt
fi fi
# execline is following slashpackage confentions # execline is following slashpackage confentions
srcdir=admin/$pkg-$ver srcdir=admin/$pkg-$ver
execline_install() { bindir=/$prefix/bin/execline
cp -avp library/* $root$libdir includedir=/$prefix/include/execline
cp -avp library.so/* $root$libdir
cp -avp include/* $root$includedir # install missing files
cp -avp command/* $root$bindir execline_install_missing() {
cp -avp doc/* $root$docdir cp -avp doc/* $root$docdir
} }
hook_add postmake 9 'execline_install' hook_add postmake 9 'execline_install_missing'

6
develop/execline/execline.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../execline/execline.desc [COPY] Filename: package/.../execline/execline.desc
[COPY] Copyright (C) 2011 - 2012 The OpenSDE Project [COPY] Copyright (C) 2011 - 2013 The OpenSDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
[COPY] [COPY]
@ -32,9 +32,9 @@
[L] ISC [L] ISC
[S] Stable [S] Stable
[V] 1.1.4 [V] 1.2.2
[P] X -?---5---9 108.800 [P] X -?---5---9 108.800
[O] . $base/package/*/*/skaware-conf.in [O] . $base/package/*/*/skaware-conf.in
[D] 1265254642 execline-1.1.4.tar.gz http://www.skarnet.org/software/execline/ [D] 4116567840 execline-1.2.2.tar.gz http://www.skarnet.org/software/execline/

Loading…
Cancel
Save