Created
August 9, 2013 13:08
-
-
Save anak10thn/6193479 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary:Baik Programming Language | |
Name:baik | |
Version:7.1 | |
Release:13.8.9 | |
License: | |
Group:System Environment/Base | |
URL:http://baik.or.id | |
Source0:%{name}-%{version}.tar.gz | |
BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
BuildArch:i386 | |
%description | |
Baik Programming Language | |
%prep | |
%setup -q -n %{name}-%{version} | |
%install | |
make | |
make install PREFIX=$RPM_BUILD_ROOT | |
%clean | |
rm -rf $RPM_BUILD_ROOT | |
%files | |
%defattr(-,root,root,-) | |
%dir | |
/usr/share/baik | |
/usr/sbin/ | |
%config %attr(0755,root,root) /usr/share/baik/* | |
%changelog | |
* Sat Agust 9 2013 Ibnu Yahya <[email protected]> | |
- first build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment