From: Tilman Sauerbeck Date: Sat, 5 May 2007 15:38:28 +0000 (+0200) Subject: esetroot: initial release X-Git-Url: http://git.code-monkey.de/?p=crux-ports.git;a=commitdiff_plain;h=16a6325f1f80fad5a43a4125a4b065ff160bd820;hp=0c52209e8e09bce4655b9f643916b5ca1716a9b9 esetroot: initial release --- diff --git a/esetroot/.footprint b/esetroot/.footprint new file mode 100644 index 0000000..f7bc749 --- /dev/null +++ b/esetroot/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/Esetroot diff --git a/esetroot/.md5sum b/esetroot/.md5sum new file mode 100644 index 0000000..f3dc8c4 --- /dev/null +++ b/esetroot/.md5sum @@ -0,0 +1 @@ +32a33f0e835edad38c8e9f5fb2eef76a Esetroot-0.9.3.tar.gz diff --git a/esetroot/Pkgfile b/esetroot/Pkgfile new file mode 100644 index 0000000..06b242a --- /dev/null +++ b/esetroot/Pkgfile @@ -0,0 +1,16 @@ +# Description: A program to manipulate your root window/wallpaper +# URL: N/A +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: imlib2 + +name=esetroot +version=0.9.3 +release=1 +source=(http://files.code-monkey.de/Esetroot-$version.tar.gz) + +build() { + cd Esetroot-$version + + make PREFIX=/usr + make PREFIX=/usr DESTDIR=$PKG install +}