ci of package unrar
authorhackbard <hackbard>
Sat, 3 Jun 2006 02:17:06 +0000 (02:17 +0000)
committerhackbard <hackbard>
Sat, 3 Jun 2006 02:17:06 +0000 (02:17 +0000)
doc/CHANGELOG
packages/hackbard/unrar/unrar [new file with mode: 0644]

index 799fa96..e16167f 100644 (file)
@@ -1,5 +1,6 @@
 *) 2006-06-03
 
+- ci of (forgotten) unrar package
 - added xfsprogs package
 - updated linux kernel, added ratpoison package
 
diff --git a/packages/hackbard/unrar/unrar b/packages/hackbard/unrar/unrar
new file mode 100644 (file)
index 0000000..0d7e412
--- /dev/null
@@ -0,0 +1,15 @@
+# hdw - linux unrar package
+#
+# author: hackbard@hackdaworld.org
+#
+#
+# [V] 3.6.0
+# [S] 3-1
+# [D] unrarsrc-3.3.4.tar.gz http://www.rarlab.com/rar/
+
+srcdir="unrar"
+
+build_main()   {
+       make -f makefile.unix
+       cp unrar $prefix/bin
+               }