lsb-release.düzenlendi
This commit is contained in:
parent
a93185b9ed
commit
7dc12e8be6
|
@ -0,0 +1,4 @@
|
||||||
|
DISTRIB_ID="MilisLinux"
|
||||||
|
DISTRIB_RELEASE="1.0"
|
||||||
|
DISTRIB_DESCRIPTION="Milis İsletim Sistemi 1.0"
|
||||||
|
DISTRIB_CODENAME="Atilla"
|
|
@ -1,20 +1,19 @@
|
||||||
# Description: Provides informations about LSB status (Linux Standards Base) of the distribution.
|
# Description: Provides informations about LSB status (Linux Standards Base) of the distribution.
|
||||||
# URL: http://www.linuxbase.org/
|
# URL: http://www.linuxbase.org/
|
||||||
# Maintainer: Sven-Hendrik Haase
|
# Packager: alihan-ozturk28@hotmail.com
|
||||||
# Packager: geantbrun at gmail dot com
|
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=lsb-release
|
name=lsb-release
|
||||||
version=1.4
|
version=1.4
|
||||||
release=1
|
release=1
|
||||||
source=(http://sourceforge.net/projects/lsb/files/lsb_release/${version}/${name}-${version}.tar.gz)
|
source=(http://sourceforge.net/projects/lsb/files/lsb_release/${version}/${name}-${version}.tar.gz \
|
||||||
|
lsbrelease)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${name}-${version}
|
cd ${name}-${version}
|
||||||
sed -i "s|n/a|unavailable|" lsb_release
|
make
|
||||||
./help2man -N --include ./lsb_release.examples \
|
make DESTDIR=$PKG prefix="/usr" install
|
||||||
--alt_version_key=program_version ./lsb_release > lsb_release.1
|
|
||||||
mkdir -p $PKG/usr/{bin,share/man/man1}
|
mkdir -p $PKG/etc/
|
||||||
install -v -m 644 lsb_release.1 $PKG/usr/share/man/man1/lsb_release.1
|
cp $SRC/lsbrelease $PKG/etc/lsb-release
|
||||||
install -v -m 755 lsb_release $PKG/usr/bin/lsb_release
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue