From efc7f47d354e11a0be011ca837c7e5a1ac50128f Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Mon, 17 Dec 2007 22:53:26 +0000 Subject: [PATCH] Initial upload: basic checkinstall script for Ubuntu *.deb package --- checkinstall.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 checkinstall.sh diff --git a/checkinstall.sh b/checkinstall.sh new file mode 100755 index 0000000..4d3493b --- /dev/null +++ b/checkinstall.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sudo checkinstall -D --requires libexpat1,libxslt1.1,libxml2,libpcre3,libxerces27,libwxgtk2.8-0 --maintainer "Gerald Schmidt \" --pkgaltsource "http://xml-copy-editor.svn.sourceforge.net/viewvc/xml-copy-editor/" make install +