Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
d397ab02
Verified
Commit
d397ab02
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
legacy/hwdata: purge permanently
parent
e4ef98a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
legacy/hwdata/APKBUILD
+0
-47
0 additions, 47 deletions
legacy/hwdata/APKBUILD
legacy/hwdata/install-T.patch
+0
-11
0 additions, 11 deletions
legacy/hwdata/install-T.patch
with
0 additions
and
58 deletions
legacy/hwdata/APKBUILD
deleted
100644 → 0
+
0
−
47
View file @
e4ef98a8
# Maintainer:
pkgname
=
hwdata
pkgver
=
0.316
pkgrel
=
0
pkgdesc
=
"Hardware identification and configuration data"
url
=
"https://github.com/vcrhonek/hwdata"
arch
=
"noarch"
options
=
"!check"
# requires pciutils, which causes build loop
license
=
"GPL-2.0+"
subpackages
=
"
$pkgname
-usb
$pkgname
-pci
$pkgname
-pnp
$pkgname
-oui"
depends
=
"
$subpackages
"
makedepends
=
"bash"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/vcrhonek/hwdata/archive/v
$pkgver
.tar.gz
install-T.patch"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--datadir
=
/usr/share
# nothing to make
}
package
()
{
cd
"
$builddir
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
# remove modprobe blacklist
rm
-r
"
$pkgdir
"
/usr/lib
}
_mv
()
{
pkgdesc
=
"
$pkgdesc
-
$1
"
depends
=
""
mkdir
-p
"
$subpkgdir
"
/usr/share/hwdata
mv
"
$pkgdir
"
/usr/share/hwdata/
$1
"
$subpkgdir
"
/usr/share/hwdata
}
usb
()
{
replaces
=
"usbutils"
;
_mv usb.ids
;
}
pci
()
{
replaces
=
"pciutils"
;
_mv pci.ids
;
}
pnp
()
{
_mv pnp.ids
;
}
oui
()
{
_mv oui.txt
;
}
sha512sums
=
"8d43b91e6c410c43d6831f793a8e5a71903072ebc72cfd3414fa70fb76efaa873474bfbdd6af015970c3e43f7ba65eaa4e0a781f87ad1170be82afc793ef6d3c hwdata-0.316.tar.gz
88a786d8feb5c8b7de587ac70f3e4307d10ac5ed9b0edfc8711de1ba51808ca33a76df518cb5a508215c309289a079a778a91c3e6fc359d644d230de8d23f049 install-T.patch"
This diff is collapsed.
Click to expand it.
legacy/hwdata/install-T.patch
deleted
100644 → 0
+
0
−
11
View file @
e4ef98a8
--- ./Makefile.orig 2014-04-22 06:38:35.320410230 +0000
+++ ./Makefile 2014-04-22 06:39:15.260889885 +0000
@@ -33,7 +33,7 @@
install -m 644 $$foo $(DESTDIR)$(datadir)/$(NAME) ;\
done
mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d
- install -m 644 -T blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
+ install -m 644 blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
commit:
git commit -a ||:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment