]> git.pld-linux.org Git - packages/xbill.git/commitdiff
almost raw
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 19 Aug 1999 20:07:27 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbill.spec -> 1.1

xbill.spec [new file with mode: 0644]

diff --git a/xbill.spec b/xbill.spec
new file mode 100644 (file)
index 0000000..e5c2c73
--- /dev/null
@@ -0,0 +1,58 @@
+Summary: Stop Bill from loading his OS into all the computers.
+Name: xbill
+Version: 2.0
+Release: 6
+Copyright: MIT
+Group: Amusements/Games
+Source: ftp://ftp.x.org/contrib/games/xbill-2.0.tgz
+Patch0: xbill-2.0-rh.patch
+BuildRoot: /var/tmp/xbill-root
+
+%description
+The xbill game tests your reflexes as you seek out and destroy all forms
+of Bill, establish new operating systems and boldly go where no geek has
+gone before.  Xbill has become an increasingly attractive option as the
+Linux Age progresses, and it is very popular at Red Hat.
+
+%prep
+%setup -q
+%patch -p1 -b .rh
+
+%build
+xmkmf
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make DESTDIR=$RPM_BUILD_ROOT install install.man
+
+( cd $RPM_BUILD_ROOT
+  mkdir -p ./usr/lib/xbill
+  for i in bitmaps pixmaps
+  do
+    mv ./var/lib/games/xbill/$i ./usr/lib/xbill/$i
+    ln -s ../../../../usr/lib/xbill/$i ./var/lib/games/xbill/$i
+  done
+
+  mkdir -p ./etc/X11/wmconfig
+  cat > ./etc/X11/wmconfig/xbill <<EOF
+xbill name "xbill"
+xbill description "Save the world"
+xbill group Games/Video
+xbill exec "xbill &"
+EOF
+)
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%attr(2755,root,games) /usr/X11R6/bin/xbill
+%attr(0775,root,games) %dir /var/lib/games/xbill
+%attr(0664,root,games) %config /var/lib/games/xbill/scores
+/var/lib/games/xbill/bitmaps
+/var/lib/games/xbill/pixmaps
+/usr/lib/xbill
+%config /etc/X11/wmconfig/xbill
This page took 0.038582 seconds and 4 git commands to generate.