summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c8f7d047843a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = wm_theme_club_01
+ pkgdesc = Theme for Window Maker
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://forum.russ2.com/index.php?showtopic=2899
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ depends = windowmaker
+ source = http://altlinuxclub.ru/arhiv/wm_theme_club_01.tar.gz
+ md5sums = 5345ca4d089a58cf00b608cd8b828bb0
+
+pkgname = wm_theme_club_01
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9ce9cc540c27
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru>
+# Contributor: Konstantin Kogan <kostyalamer@yandex.ru>
+pkgname=wm_theme_club_01
+pkgver=1.0
+pkgrel=1
+pkgdesc="Theme for Window Maker"
+arch=('i686' 'x86_64')
+url="http://forum.russ2.com/index.php?showtopic=2899"
+license=('GPL')
+source=("http://altlinuxclub.ru/arhiv/wm_theme_club_01.tar.gz")
+md5sums=('5345ca4d089a58cf00b608cd8b828bb0')
+depends=('windowmaker')
+license=('GPL2')
+
+package() {
+ cd ${pkgname}
+ mkdir -p "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_01.themed/"
+ install -m644 * "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_01.themed/"
+}
+
+