mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/Esetroot: Removed from 13.0 repository
This commit is contained in:
parent
14408bff5f
commit
08225aef44
4 changed files with 0 additions and 85 deletions
|
@ -1,50 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Esetroot
|
||||
|
||||
# Written by Jick Nan (jick.nan@gmail.com)
|
||||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=Esetroot
|
||||
VERSION=20030422
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
make
|
||||
install -D -m 0755 Esetroot $PKG/usr/bin/Esetroot
|
||||
strip --strip-unneeded $PKG/usr/bin/Esetroot
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="Esetroot"
|
||||
VERSION="20030422"
|
||||
HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/esetroot.html"
|
||||
DOWNLOAD="http://www.jnrowe.ukfsn.org/_downloads/Esetroot-20030422.tar.bz2"
|
||||
MD5SUM="8e0fbd27554f22d6a78d4a8f122e0b6e"
|
||||
MAINTAINER="Jick Nan"
|
||||
EMAIL="jick.nan@gmail.com"
|
||||
APPROVED="rworkman"
|
|
@ -1,8 +0,0 @@
|
|||
Esetroot without all the Eterm baggage
|
||||
|
||||
Esetroot is used to set wallpaper for window which support translucency.
|
||||
It supports JPG and PNG image formats while fvwm-root does not support JPG.
|
||||
Esetroot can be used in the fvwm config file.
|
||||
|
||||
Esetroot requires the imlib2 library which is available in the "Libraries"
|
||||
category at SlackBuilds.org.
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
Esetroot: Esetroot (set wallpaper without all the Eterm baggage)
|
||||
Esetroot:
|
||||
Esetroot: Esetroot is used to set wallpaper for window managers which support
|
||||
Esetroot: translucent windows.
|
||||
Esetroot:
|
||||
Esetroot: Esetroot supports JPG and PNG image formats while fvwm-root does
|
||||
Esetroot: not support JPG.
|
||||
Esetroot:
|
||||
Esetroot:
|
||||
Esetroot:
|
||||
Esetroot:
|
Loading…
Reference in a new issue