esetroot: initial release
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 5 May 2007 15:38:28 +0000 (17:38 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 5 May 2007 15:38:28 +0000 (17:38 +0200)
esetroot/.footprint [new file with mode: 0644]
esetroot/.md5sum [new file with mode: 0644]
esetroot/Pkgfile [new file with mode: 0644]

diff --git a/esetroot/.footprint b/esetroot/.footprint
new file mode 100644 (file)
index 0000000..f7bc749
--- /dev/null
@@ -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 (file)
index 0000000..f3dc8c4
--- /dev/null
@@ -0,0 +1 @@
+32a33f0e835edad38c8e9f5fb2eef76a  Esetroot-0.9.3.tar.gz
diff --git a/esetroot/Pkgfile b/esetroot/Pkgfile
new file mode 100644 (file)
index 0000000..06b242a
--- /dev/null
@@ -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
+}