From 030b2736caa04518f685d799fd17302cd277b91a Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 22:55:17 +0200 Subject: system/fslint: Added to 12.1 repository --- system/fslint/README | 7 ++++++ system/fslint/doinst.sh | 3 +++ system/fslint/fslint.SlackBuild | 54 +++++++++++++++++++++++++++++++++++++++++ system/fslint/fslint.info | 8 ++++++ system/fslint/slack-desc | 11 +++++++++ 5 files changed, 83 insertions(+) create mode 100644 system/fslint/README create mode 100644 system/fslint/doinst.sh create mode 100644 system/fslint/fslint.SlackBuild create mode 100644 system/fslint/fslint.info create mode 100644 system/fslint/slack-desc (limited to 'system/fslint') diff --git a/system/fslint/README b/system/fslint/README new file mode 100644 index 0000000000..4cfb1c731a --- /dev/null +++ b/system/fslint/README @@ -0,0 +1,7 @@ +FSlint is a utility to find and clean various forms of lint on a filesystem. +I.E. unwanted or problematic cruft in your files or file names. +For example, one form of lint it finds is duplicate files. +It has both GUI and command line modes. + +To access the command line tools one can cd to, or add to $PATH the +/usr/share/fslint/fslint directory on a standard install. diff --git a/system/fslint/doinst.sh b/system/fslint/doinst.sh new file mode 100644 index 0000000000..811aee2d7d --- /dev/null +++ b/system/fslint/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi diff --git a/system/fslint/fslint.SlackBuild b/system/fslint/fslint.SlackBuild new file mode 100644 index 0000000000..b1b3ae5f72 --- /dev/null +++ b/system/fslint/fslint.SlackBuild @@ -0,0 +1,54 @@ +#!/bin/sh + +# Slackware build script for fslint +# Written by Erik Hanson erik@slackbuilds.org + +set -eu + +PRGNAM=fslint +VERSION=2.28 +ARCH=noarch # Python +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +rm -rf $PKG +mkdir -p $TMP $PKG +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +sed -i 's|^liblocation=.*$|liblocation="/usr/share/fslint" |' fslint-gui +sed -i 's|^locale_base=.*$|locale_base=None |' fslint-gui +install -D -m 755 fslint-gui $PKG/usr/bin/fslint-gui + +mkdir -p $PKG/usr/share/{fslint,pixmaps} +cp -a fslint $PKG/usr/share/fslint +install -m 644 fslint.glade fslint_icon.png $PKG/usr/share/fslint +ln -s /usr/share/fslint/fslint_icon.png $PKG/usr/share/pixmaps/fslint.png + +install -D -m 644 fslint.desktop $PKG/usr/share/applications/fslint.desktop + +install -D -m 644 man/fslint-gui.1 $PKG/usr/man/man1/fslint-gui.1 +gzip -9 $PKG/usr/man/man1/*.? +ln -s /usr/man/man1/fslint-gui.1.gz $PKG/usr/man/man1/fslint.1.gz + +make -C po install DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/fslint/fslint.info b/system/fslint/fslint.info new file mode 100644 index 0000000000..51dd74227b --- /dev/null +++ b/system/fslint/fslint.info @@ -0,0 +1,8 @@ +PRGNAM="fslint" +VERSION="2.28" +HOMEPAGE="http://www.pixelbeat.org/fslint/" +DOWNLOAD="http://www.pixelbeat.org/fslint/fslint-2.28.tar.gz" +MD5SUM="e6a9946f7db9cbdb15f70a9fe79470fc" +MAINTAINER="Erik Hanson" +EMAIL="erik@slackbuilds.org" +APPROVED="rworkman" diff --git a/system/fslint/slack-desc b/system/fslint/slack-desc new file mode 100644 index 0000000000..a71e29f023 --- /dev/null +++ b/system/fslint/slack-desc @@ -0,0 +1,11 @@ +fslint: FSlint (find and clean various forms of lint on a filesystem.) +fslint: +fslint: FSlint is a utility to find and clean various forms of lint on a +fslint: filesystem. I.E. unwanted or problematic cruft in your files or +fslint: file names. For example, one form of lint it finds is duplicate +fslint: files. It has both GUI and command line modes. +fslint: +fslint: +fslint: +fslint: http://www.pixelbeat.org/fslint/ +fslint: -- cgit v1.2.3