num-utils: remove noarch
This commit is contained in:
parent
ad7764433b
commit
7e36230844
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'num-utils'
|
# Template file for 'num-utils'
|
||||||
pkgname=num-utils
|
pkgname=num-utils
|
||||||
version=0.5
|
version=0.5
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Programs for dealing with numbers from the Unix command line"
|
short_desc="Programs for dealing with numbers from the Unix command line"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://suso.suso.org/xulu/Num-utils"
|
homepage="http://suso.suso.org/xulu/Num-utils"
|
||||||
distfiles="http://suso.suso.org/programs/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="http://suso.suso.org/programs/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=03592760fc7844492163b14ddc9bb4e4d6526e17b468b5317b4a702ea7f6c64e
|
checksum=03592760fc7844492163b14ddc9bb4e4d6526e17b468b5317b4a702ea7f6c64e
|
||||||
archs=noarch
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/\$new_number\^\$1/$new_number**$1/g' numprocess
|
sed -i 's/\$new_number\^\$1/$new_number**$1/g' numprocess
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue