Skip to content

Instantly share code, notes, and snippets.

@anak10thn
Created August 9, 2013 13:08
Show Gist options
  • Save anak10thn/6193479 to your computer and use it in GitHub Desktop.
Save anak10thn/6193479 to your computer and use it in GitHub Desktop.
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