-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgen_spec.sh
More file actions
executable file
·45 lines (37 loc) · 814 Bytes
/
Copy pathgen_spec.sh
File metadata and controls
executable file
·45 lines (37 loc) · 814 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
34
35
36
37
38
39
40
41
42
43
44
#!/bin/sh
cat <<EOF
Summary: unzip like for .adf files (Amiga devices dumps)
Name: $3
Version: $1
Release: $2
URL: http://lclevy.free.fr/adflib
Source0: %{Name}-%{Version}.tar.gz
Patch0:/dev/null
License: GPL
Group: Development/Tools
EOF
echo "BuildRoot: `pwd`/PKG"
cat <<EOF
Packager: lclevy@club-internet.fr
Prefix: /usr/local/unadf
%description
unzip like for .adf files (Amiga devices dumps)
powered by ADFLib
EOF
echo "Based on $tag of unadf"
cat <<EOF
%prep
%build
#A binary package is not built
%install
#Here put the command to run the install
%clean
#Binary package does not need to be cleaned
%files -f `pwd`/$4
%defattr(-,root,root)
%post
%postun
#cp -Rf /usr/src/anl/AAs /usr/src/anl/AAs_old
%changelog
* Sat Jan 20 2007 Laurent Clevy <lclevy@club-internet.fr> 1.0:
- stable version of unadf