added uae package
authorhackbard <hackbard>
Sun, 29 Jan 2006 17:08:59 +0000 (17:08 +0000)
committerhackbard <hackbard>
Sun, 29 Jan 2006 17:08:59 +0000 (17:08 +0000)
doc/CHANGELOG
packages/hackbard/uae/uae [new file with mode: 0644]

index 17f6b4e..e9d691f 100644 (file)
@@ -1,3 +1,7 @@
+*) 2006-01-29
+
+- added uae package
+
 *) 2006-01-26
 
 - added lzo and openvpn package
diff --git a/packages/hackbard/uae/uae b/packages/hackbard/uae/uae
new file mode 100644 (file)
index 0000000..6a31bcc
--- /dev/null
@@ -0,0 +1,14 @@
+# hdw - linux uae package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 0.8.25
+# [S] 3-1
+# [D] uae-0.8.25.tar.gz ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/
+
+build_main()   {
+       ./configure $confopt
+       make &&
+       mkdir -p $prefix/bin
+       cp uae readdisk $prefix/bin
+               }