added uae package
[hdw-linux/hdw-linux.git] / packages / hackbard / uae / uae
1 # hdw - linux uae package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.8.25
6 # [S] 3-1
7 # [D] uae-0.8.25.tar.gz ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/
8
9 build_main()    {
10         ./configure $confopt
11         make &&
12         mkdir -p $prefix/bin
13         cp uae readdisk $prefix/bin
14                 }