forked from slazav/exp_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp_scripts.spec
More file actions
34 lines (25 loc) · 754 Bytes
/
exp_scripts.spec
File metadata and controls
34 lines (25 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Name: exp_scripts
Version: 1.0
Release: alt1
BuildArch: noarch
Summary: Useful scripts for my experimental setup and data processing
Group: System
License: GPL
Packager: Vladislav Zavjalov <slazav@altlinux.org>
Source: %name-%version.tar
%description
Local scripts for my computer
%prep
%setup -q
%install
mkdir -p %buildroot%_bindir %buildroot%_datadir/octave/site/m
mkdir -p %buildroot/%_tcldatadir/Exp
%__install bin/* %buildroot%_bindir
%__install octave/* %buildroot%_datadir/octave/site/m
%__install $(find exp -maxdepth 1 -type f -perm 755) %buildroot%_bindir
%__install exp_tcl/*.tcl %buildroot/%_tcldatadir/Exp
%files
%_bindir/*
%_datadir/octave/site/m/*
%_tcldatadir/Exp/*
%changelog