Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name=openxcom
- version=1.0
- release=6
- source=("https://github.com/SupSuper/OpenXcom/archive/v1.0.tar.gz")
- build()
- {
- cd OpenXcom-1.0
- sh autogen.sh
- ./configure --prefix=/usr
- make DESTDIR="$PKG" install
- }
Add Comment
Please, Sign In to add comment