Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (00b5174c31575933f153b780de0f19499bd41c97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (00b5174c31575933f153b780de0f19499bd41c97)
  • Date: Sun, 23 Jul 2006 17:10:08 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
utils/checkinstall/BUILD | 1 +
utils/checkinstall/DETAILS | 17 +++++++++++++++++
utils/checkinstall/HISTORY | 2 ++
utils/checkinstall/INSTALL | 7 +++++++
utils/checkinstall/PRE_BUILD | 6 ++++++
utils/checkinstall/checkinstall-1.6.0.tgz.sig |binary
7 files changed, 36 insertions(+)

New commits:
commit 0973d3c14458da6578bb5e3af2735bb37a56873e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

new spell: CheckInstall is an installation tracker

diff --git a/ChangeLog b/ChangeLog
index 1d1a7d0..ef25ccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-24 Pol Vinogradov <vin.public AT gmail.com>
+ * utils/checkinstall: new spell, CheckInstall is an installation
tracker
+
2006-07-23 Robin Cook <rcook AT wyrms.net>
* volatiles: added /etc/gconf/gconf.xml.defaults

diff --git a/utils/checkinstall/BUILD b/utils/checkinstall/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/checkinstall/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/checkinstall/DETAILS b/utils/checkinstall/DETAILS
new file mode 100755
index 0000000..9bbb6ca
--- /dev/null
+++ b/utils/checkinstall/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=checkinstall
+ VERSION=1.6.0
+ SOURCE=${SPELL}-${VERSION}.tgz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
+
SOURCE_URL[0]=http://asic-linux.com.mx/~izto/checkinstall/files/source/${SOURCE}
+ WEB_SITE=http://asic-linux.com.mx/~izto/checkinstall/
+ ENTERED=20060724
+ DOCS="README FAQ COPYING"
+ SHORT="CheckInstall is an installation tracker."
+cat << EOF
+Installs a compiled program from the program's source directory using
+"make install" or any other command supplied on checkinstall's command
+line. checkinstall will create a Slackware, RPM or Debian compatible
+package and install it using your distribution's standard package
+administration utilities.
+EOF
diff --git a/utils/checkinstall/HISTORY b/utils/checkinstall/HISTORY
new file mode 100644
index 0000000..1821d08
--- /dev/null
+++ b/utils/checkinstall/HISTORY
@@ -0,0 +1,2 @@
+2006-07-24 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, HISTORY, INSTALL, PRE_BUILD,
checkinstall-1.6.0.tgz.sig: created spell
diff --git a/utils/checkinstall/INSTALL b/utils/checkinstall/INSTALL
new file mode 100755
index 0000000..828d8ff
--- /dev/null
+++ b/utils/checkinstall/INSTALL
@@ -0,0 +1,7 @@
+cp checkinstall makepak ${INSTALL_ROOT}/usr/sbin &&
+mkdir -p ${INSTALL_ROOT}/usr/lib/checkinstall/locale &&
+mkdir -p ${INSTALL_ROOT}/usr/lib/checkinstall/locale/es/LC_MESSAGES &&
+cp locale/checkinstall-es.mo
${INSTALL_ROOT}/usr/lib/checkinstall/locale/es/LC_MESSAGES/checkinstall.mo &&
+mkdir -p ${INSTALL_ROOT}/etc/checkinstall &&
+cp checkinstallrc-dist ${INSTALL_ROOT}/etc/checkinstall &&
+install_config_file ${INSTALL_ROOT}/etc/checkinstall/checkinstallrc-dist
${INSTALL_ROOT}/etc/checkinstall/checkinstallrc
diff --git a/utils/checkinstall/PRE_BUILD b/utils/checkinstall/PRE_BUILD
new file mode 100755
index 0000000..8d9f782
--- /dev/null
+++ b/utils/checkinstall/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit
"s:/usr/local/lib/checkinstall/checkinstallrc:${INSTALL_ROOT}/etc/checkinstall/checkinstallrc:g"
checkinstall &&
+sedit "s:/usr/doc:${INSTALL_ROOT}/usr/share/doc:g" checkinstall &&
+sedit "s:/usr:${INSTALL_ROOT}/usr:g" checkinstall &&
+sedit "s:usr/local:usr:g" checkinstall
diff --git a/utils/checkinstall/checkinstall-1.6.0.tgz.sig
b/utils/checkinstall/checkinstall-1.6.0.tgz.sig
new file mode 100644
index 0000000..827c6d8
Binary files /dev/null and b/utils/checkinstall/checkinstall-1.6.0.tgz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (00b5174c31575933f153b780de0f19499bd41c97), Pol Vinogradov, 07/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page