From 16a6325f1f80fad5a43a4125a4b065ff160bd820 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 5 May 2007 17:38:28 +0200 Subject: [PATCH] esetroot: initial release --- esetroot/.footprint | 3 +++ esetroot/.md5sum | 1 + esetroot/Pkgfile | 16 ++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 esetroot/.footprint create mode 100644 esetroot/.md5sum create mode 100644 esetroot/Pkgfile 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 +} -- 2.30.2