r9253 - packages/trunk/libphysfs/debian

Barry deFreese bdefreese at alioth.debian.org
Mon Mar 23 16:25:05 UTC 2009


Author: bdefreese
Date: 2009-03-23 16:25:04 +0000 (Mon, 23 Mar 2009)
New Revision: 9253

Modified:
   packages/trunk/libphysfs/debian/rules
Log:
Idiot, forgot to replace configure with cmake.


Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2009-03-23 16:14:33 UTC (rev 9252)
+++ packages/trunk/libphysfs/debian/rules	2009-03-23 16:25:04 UTC (rev 9253)
@@ -26,23 +26,12 @@
 	INSTALL_PROGRAM += -s
 endif
 
-config.status: configure
+config.status:
 	dh_testdir
 
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
-	CFLAGS="$(CFLAGS)" ./configure $(confflags) \
-		--prefix=/usr \
-		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info \
-		--enable-readline
+	cmake -D CMAKE_INSTALL_PREFIX=/usr .
 
 build: build-stamp
 build-stamp: config.status




More information about the Pkg-games-commits mailing list