22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
# Tanım: x86 ve x86_64 cpu için tanıma kütüphanesi
|
||
# URL: https://github.com/anrieff/libcpuid
|
||
# Paketçi: milisarge
|
||
# Gerekler: git doxygen
|
||
# Grup: kütüphane
|
||
|
||
isim=libcpuid
|
||
surum=git
|
||
devir=1
|
||
kaynak=()
|
||
|
||
derle() {
|
||
git_indir https://github.com/anrieff/libcpuid.git $isim
|
||
cd "$SRC/$isim"
|
||
libtoolize
|
||
autoreconf --install
|
||
./configure --prefix=/usr
|
||
make
|
||
make DESTDIR="$PKG" install
|
||
install -Dvm644 "$SRC/libcpuid/COPYING" "$PKG/usr/share/licenses/$isim/COPYING"
|
||
}
|