r946 - packages/trunk/enet/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri Jun 30 21:24:02 UTC 2006


Author: goneri-guest
Date: 2006-06-30 21:24:02 +0000 (Fri, 30 Jun 2006)
New Revision: 946

Removed:
   packages/trunk/enet/debian/enet-config
Modified:
   packages/trunk/enet/debian/rules
Log:
remove enet-config


Deleted: packages/trunk/enet/debian/enet-config
===================================================================
--- packages/trunk/enet/debian/enet-config	2006-06-30 21:11:28 UTC (rev 945)
+++ packages/trunk/enet/debian/enet-config	2006-06-30 21:24:02 UTC (rev 946)
@@ -1,59 +0,0 @@
-#!/bin/sh
-
-prefix=/usr
-exec_prefix=${prefix}
-exec_prefix_set=no
-
-#usage="\
-#Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
-usage="\
-Usage: enet-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"
-
-if test $# -eq 0; then
-      echo "${usage}" 1>&2
-      exit 1
-fi
-
-while test $# -gt 0; do
-  case "$1" in
-  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
-  *) optarg= ;;
-  esac
-
-  case $1 in
-    --prefix=*)
-      prefix=$optarg
-      if test $exec_prefix_set = no ; then
-        exec_prefix=$optarg
-      fi
-      ;;
-    --prefix)
-      echo $prefix
-      ;;
-    --exec-prefix=*)
-      exec_prefix=$optarg
-      exec_prefix_set=yes
-      ;;
-    --exec-prefix)
-      echo $exec_prefix
-      ;;
-    --version)
-      echo 1
-      ;;
-    --cflags)
-      echo -I${prefix}/include/enet -D_GNU_SOURCE=1 -D_REENTRANT
-      ;;
-    --libs)
-      echo -L${exec_prefix}/lib  -lenet
-      ;;
-    --static-libs)
-#    --libs|--static-libs)
-      echo -L${exec_prefix}/lib  -lenet
-      ;;
-    *)
-      echo "${usage}" 1>&2
-      exit 1
-      ;;
-  esac
-  shift
-done

Modified: packages/trunk/enet/debian/rules
===================================================================
--- packages/trunk/enet/debian/rules	2006-06-30 21:11:28 UTC (rev 945)
+++ packages/trunk/enet/debian/rules	2006-06-30 21:24:02 UTC (rev 946)
@@ -4,8 +4,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-
-# TODO enet-config or not?
-install/libenet-dev::
-	install -d $(DEB_DESTDIR)/usr/bin
-	install debian/enet-config $(DEB_DESTDIR)/usr/bin




More information about the Pkg-games-commits mailing list