units: moved to attic
This commit is contained in:
parent
e3b89f635f
commit
165aa26319
@ -1,9 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/units
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/units.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/units/
|
||||
-rw-r--r-- root/root usr/share/units/units.dat
|
@ -1 +0,0 @@
|
||||
e2856ebf1082a8ed4f83d791e5a0b90b units-1.85.tar.gz
|
@ -1,19 +0,0 @@
|
||||
# Description: converts between system units
|
||||
# URL: http://www.gnu.org/software/units
|
||||
# Maintainer:
|
||||
# Packager:
|
||||
|
||||
name=units
|
||||
version=1.85
|
||||
release=1
|
||||
source=(ftp://ftp.gnu.org/gnu/units/units-$version.tar.gz)
|
||||
build () {
|
||||
cd "units-$version";
|
||||
./configure --prefix=/usr --datadir=/usr/share/units
|
||||
sed -i -e "s|\"sed.*$||" units.c;
|
||||
make
|
||||
mkdir -p "$PKG/usr/bin" "$PKG/usr/share/units" "$PKG/usr/man/man1";
|
||||
cp units "$PKG/usr/bin";
|
||||
cp units.dat "$PKG/usr/share/units";
|
||||
cp units.1 "$PKG/usr/man/man1";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user