The following changes were made:
* Makefile now uses SRCDIR/lspci as target * Dependencies added
This commit is contained in:
8
Makefile
8
Makefile
@@ -62,7 +62,7 @@
|
||||
# of the package.
|
||||
|
||||
ARCH = x86_64
|
||||
DEPENDS =
|
||||
DEPENDS = dash,eudev,glibc,kmod,zlib
|
||||
BUILDDEPS =
|
||||
SRCPKG =
|
||||
URL = https://mj.ucw.cz/sw/pciutils/
|
||||
@@ -70,7 +70,7 @@ REPO = main
|
||||
BRIEF = Utilities and library for PCI devices
|
||||
DESC = The PCI Utilities are a collection of programs for inspecting and \
|
||||
manipulating configuration of PCI devices
|
||||
SNAPVER = 0
|
||||
SNAPVER = 1
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -95,11 +95,11 @@ $(SRCDIR)/Makefile: $(ARCHIVE)
|
||||
fi
|
||||
@touch $(SRCDIR)/Makefile
|
||||
|
||||
$(SRCDIR)/binfile: $(SRCDIR)/Makefile
|
||||
$(SRCDIR)/lspci: $(SRCDIR)/Makefile
|
||||
@cd $(SRCDIR) && make PREFIX=/usr SHAREDIR=/usr/share/hwdata \
|
||||
SHARED=yes
|
||||
|
||||
$(ROOT): $(SRCDIR)/binfile
|
||||
$(ROOT): $(SRCDIR)/lspci
|
||||
@if [ -d $(ROOT) ]; then \
|
||||
touch $(ROOT); \
|
||||
else \
|
||||
|
||||
BIN
SNAP/files.tar.gz
Normal file
BIN
SNAP/files.tar.gz
Normal file
Binary file not shown.
25
SNAP/manifest
Normal file
25
SNAP/manifest
Normal file
@@ -0,0 +1,25 @@
|
||||
5b6517a221525f23ccd323cd66824d071a983f9c -rw-r--r-- usr/share/man/man8/update-pciids.8.gz
|
||||
bb22e3e2ec2ce493feff511f12ab92759d7161b3 -rw-r--r-- usr/share/man/man8/setpci.8.gz
|
||||
f820f54ba9335e123d13a1dbd177583d239d32c2 -rw-r--r-- usr/share/man/man8/lspci.8.gz
|
||||
________________________________________ drwxr-xr-x usr/share/man/man8
|
||||
6fc824c680f71a01a612410c6a3e14c24cf6a20d -rw-r--r-- usr/share/man/man7/pcilib.7.gz
|
||||
________________________________________ drwxr-xr-x usr/share/man/man7
|
||||
________________________________________ drwxr-xr-x usr/share/man
|
||||
549d9c81ffabc87dd0fb4e931000c616b8102df5 -rw-r--r-- usr/share/hwdata/pci.ids.gz
|
||||
________________________________________ drwxr-xr-x usr/share/hwdata
|
||||
________________________________________ drwxr-xr-x usr/share
|
||||
7139dc9c9744c459f37b38ef772d383a95c86049 -rwxr-xr-x usr/sbin/update-pciids
|
||||
9150ae5846e19c494e4c892e4abe1465dc14f8db -rwxr-xr-x usr/sbin/setpci
|
||||
24c131a7375c29b2382f9c32c91fa211ae87fbe2 -rwxr-xr-x usr/sbin/lspci
|
||||
________________________________________ drwxr-xr-x usr/sbin
|
||||
216c7abc733095b33dd128e247be6f99a618e904 -rw-r--r-- usr/lib/pkgconfig/libpci.pc
|
||||
________________________________________ drwxr-xr-x usr/lib/pkgconfig
|
||||
7ec409ff5ab18f558993eed76b1f9790e1472004 -rw-r--r-- usr/lib/libpci.so.3.6.2
|
||||
________________________________________ drwxr-xr-x usr/lib
|
||||
e7b89b4de95b9e9c6be0681ee982fa23d0768ae8 -rw-r--r-- usr/include/pci/types.h
|
||||
e6aebf76f833f5916058ab3ee6cfb856b5f12c2e -rw-r--r-- usr/include/pci/pci.h
|
||||
1a27299bd446bdf988ac68208786c69e5ef9669a -rw-r--r-- usr/include/pci/header.h
|
||||
b9eba6f88b817821e6b1bc20b9f960d8736aef43 -rw-r--r-- usr/include/pci/config.h
|
||||
________________________________________ drwxr-xr-x usr/include/pci
|
||||
________________________________________ drwxr-xr-x usr/include
|
||||
________________________________________ drwxr-xr-x usr
|
||||
12
SNAP/snapinfo
Normal file
12
SNAP/snapinfo
Normal file
@@ -0,0 +1,12 @@
|
||||
name: pciutils
|
||||
version: 3.6.2-1
|
||||
arch: x86_64
|
||||
depends: dash,eudev,glibc,kmod,zlib
|
||||
builddeps:
|
||||
srcpkg: pciutils
|
||||
bytes: 542720
|
||||
url: https://mj.ucw.cz/sw/pciutils/
|
||||
repo: main
|
||||
sha256man: e6cb1e6569b377b67defc36266fbddf3cc6fb1574088b7b8d9efb53d76b2346c
|
||||
brief: Utilities and library for PCI devices
|
||||
description: The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices
|
||||
Reference in New Issue
Block a user