mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
# Description: HardWare LiSter for Linux
|
|
# URL: https://github.com/lyonel/lshw
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on:
|
|
|
|
name=lshw
|
|
version=B.02.18
|
|
release=1
|
|
source=(https://github.com/lyonel/$name/archive/$version.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -r $PKG/usr/share/locale
|
|
|
|
}
|