summaryrefslogtreecommitdiff
path: root/extra/xsnow/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xsnow/PKGBUILD')
-rw-r--r--extra/xsnow/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/extra/xsnow/PKGBUILD b/extra/xsnow/PKGBUILD
new file mode 100644
index 000000000..0a24514ab
--- /dev/null
+++ b/extra/xsnow/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 122681 2011-05-06 04:34:00Z eric $
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
+
+pkgname=xsnow
+pkgver=1.42
+pkgrel=5
+pkgdesc="Xsnow will let it snow on the root window and on windows. Santa and his reindeer will complete your festive-season feeling."
+arch=('i686' 'x86_64')
+url="http://dropmix.xs4all.nl/rick/Xsnow/"
+license=('custom')
+depends=('libxpm')
+makedepends=('imake')
+source=(http://dropmix.xs4all.nl/rick/Xsnow/${pkgname}-${pkgver}.tar.gz LICENSE)
+md5sums=('451d8fc0a2b5393b428faa496a556036'
+ '60d377d8f9c0e99297160a464d4a0a9e')
+sha1sums=('d63987560dac9c6341e50d270089e40d17031ce3'
+ 'c93e236bed35a2d5dc23202c1c615d4e146fba49')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ xmkmf
+ make depend
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" MANPATH=/usr/share/man install install.man
+ chmod 644 "${pkgdir}/usr/share/man/man1/xsnow.1x"
+ install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}