source: trunk/Install/rpm/build.sh

Last change on this file was 140, checked in by chronos, 2 years ago
  • Added: RPM package specification.
  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/bash
2
3APP_NAME=LazFuck
4tar -zcvf ${APP_NAME}.tar.gz -c ../.. .
5mkdir -p ~/rpmbuild/SOURCES
6cp ${APP_NAME}.tar.gz ~/rpmbuild/SOURCES
7rpmbuild -v -ba ${APP_NAME}.spec
Note: See TracBrowser for help on using the repository browser.