ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lua.spec
Revision: 1.1
Committed: Thu Apr 22 12:39:31 2010 UTC (15 years ago) by eulisse
Branch: MAIN
CVS Tags: ge20100427-rpm-on-linux, ge20100422-rpm-4-8-0
Log Message:
LUA scripting language. Required to build RPM 4.8.0.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external lua 5.1.4
2     Source0: http://www.lua.org/ftp/lua-%realversion.tar.gz
3    
4     %build
5     case %cmsplatf in
6     osx*)
7     make macosx
8     ;;
9     *)
10     make linux
11     ;;
12     esac
13     %install
14     make install INSTALL_TOP=%i