wipe/wipe.spec

changeset 779
8a3648cce554
parent 509
536c89cc7749
equal deleted inserted replaced
0:f3efc62764bb 1:325086c7566c
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: EVAL 31 Class: EVAL
32 Group: Filesystem 32 Group: Filesystem
33 License: GPL 33 License: GPL
34 Version: 0.22 34 Version: 0.22
35 Release: 20101219 35 Release: 20120800
36 36
37 # list of sources 37 # list of sources
38 Source0: http://lambda-diode.com/resources/wipe/wipe-%{version}.tar.gz 38 Source0: http://lambda-diode.com/resources/wipe/wipe-%{version}.tar.gz
39 39
40 # build information 40 # build information
41 BuildPreReq: OpenPKG, openpkg >= 20100101, gcc 41 BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc
42 PreReq: OpenPKG, openpkg >= 20100101 42 PreReq: OpenPKG, openpkg >= 20100101
43 43
44 %description 44 %description
45 Wipe is a little command for securely erasing files from magnetic 45 Wipe is a little command for securely erasing files from magnetic
46 media by following the approach described in the article "Secure 46 media by following the approach described in the article "Secure
55 } 55 }
56 56
57 %prep 57 %prep
58 %setup -q 58 %setup -q
59 chmod a+x trtur 59 chmod a+x trtur
60 %{l_shtool} subst \
61 -e 's;WIPE_GIT;WIPE_CVS;g' \
62 -e 's;Git version:;Cvs version:;' \
63 wipe.c
60 64
61 %build 65 %build
62 platform="generic" 66 platform="generic"
63 case "%{l_platform -t}" in 67 case "%{l_platform -t}" in
64 *-aix* ) platform="aix" ;; 68 *-aix* ) platform="aix" ;;

mercurial