Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Müller
aports
Commits
81237741
Commit
81237741
authored
15 years ago
by
Leonardo Arena
Committed by
Natanael Copa
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/multipath: new aport
parent
efee2427
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
testing/multipath-tools/APKBUILD
+27
-0
27 additions, 0 deletions
testing/multipath-tools/APKBUILD
testing/multipath-tools/Makefile.patch
+11
-0
11 additions, 0 deletions
testing/multipath-tools/Makefile.patch
with
38 additions
and
0 deletions
testing/multipath-tools/APKBUILD
0 → 100644
+
27
−
0
View file @
81237741
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
"multipath-tools"
pkgver
=
0.4.8
pkgrel
=
0
pkgdesc
=
"Device Mapper Multipathing Driver"
url
=
"http://christophe.varoqui.free.fr/"
license
=
"GPL"
depends
=
"uclibc device-mapper libaio readline"
makedepends
=
"device-mapper-dev libaio-dev readline-dev"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"http://christophe.varoqui.free.fr/
$pkgname
/
$pkgname
-
$pkgver
.tar.bz2
Makefile.patch"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
patch Makefile < ../../Makefile.patch
find
.
-name
Makefile
-exec
sed
-i
-e
's/glibc/uclibc/g'
{}
\;
make
prefix
=
"
$pkgdir
/usr"
sysconfdir
=
"
$pkgdir
/etc"
mandir
=
"
$pkgdir
/usr/share/man"
infodir
=
"
$pkgdir
/usr/share/info"
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"3563b863b408d07c46929b6e8c2c248c multipath-tools-0.4.8.tar.bz2
92318268d20a9622cdb9909d153c4ccd Makefile.patch"
This diff is collapsed.
Click to expand it.
testing/multipath-tools/Makefile.patch
0 → 100644
+
11
−
0
View file @
81237741
--- src/multipath-tools-0.4.8/Makefile Thu Aug 2 21:05:37 2007
+++ Makefile Fri Feb 27 09:57:19 2009
@@ -20,7 +20,7 @@
export KRNLSRC
export KRNLOBJ
-BUILDDIRS = $(shell find . -mindepth 2 -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.')
+BUILDDIRS = $(shell find . -name Makefile -exec dirname {} \; | grep -vE '^lib|/\.'|grep -v '^\.$$')
ifeq ($(MULTIPATH_VERSION),)
VERSION = $(shell basename ${PWD} | cut -d'-' -f3)
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