Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
649
Issues
649
List
Boards
Labels
Service Desk
Milestones
Merge Requests
204
Merge Requests
204
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
aa5d1b96
Commit
aa5d1b96
authored
Sep 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/dahdi-linux-grsec: remove headers from module package
add a -dev package
parent
c90c3edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
main/dahdi-linux-grsec/APKBUILD
main/dahdi-linux-grsec/APKBUILD
+10
-3
No files found.
main/dahdi-linux-grsec/APKBUILD
View file @
aa5d1b96
...
...
@@ -14,7 +14,7 @@ _realname=dahdi-linux
pkgname
=
${
_realname
}
-
${
_flavor
}
pkgver
=
2.2.0
pkgrel
=
1
1
pkgrel
=
1
2
pkgdesc
=
"Digium Asterisk Hardware Device Interface drivers"
url
=
"http://www.asterisk.org"
license
=
"GPL"
...
...
@@ -23,7 +23,7 @@ depends="dahdi-linux linux-${_flavor}=${_kernelver}"
# options for tar and wget.
makedepends
=
"linux-
${
_flavor
}
-dev=
${
_kernelver
}
wget tar perl"
install
=
subpackages
=
subpackages
=
"
$pkgname
-dev"
source
=
"http://downloads.digium.com/pub/telephony/dahdi-linux/releases/
${
_realname
}
-
$pkgver
.tar.gz
dahdi-depmod.patch
dahdi-bri_dchan.patch
...
...
@@ -43,14 +43,21 @@ build() {
||
return
1
make
KVERS
=
"
${
_abi_release
}
"
DYNFS
=
"yes"
MODULES_EXTRA
=
"zaphfc"
\
DESTDIR
=
"
$pkgdir
"
install
rm
-rf
"
$pkgdir
"
/lib/firmware
"
$pkgdir
"
/usr/lib/hotplug/firmware
rm
-rf
"
$pkgdir
"
/lib/firmware
"
$pkgdir
"
/usr/lib/hotplug/firmware
\
"
$pkgdir
"
/usr/include
}
# since we sourced the APKBUILD above we got the dev() function there to
# so we override it again.
depends_dev
=
"dahdi-linux-dev"
dev
()
{
default_dev
local dir
=
"
$subpkgdir
"
/usr/src/dahdi-headers-
${
_abi_release
}
install
-D
"
$srcdir
"
/
$_realname
-
$pkgver
/drivers/dahdi/Module.symvers
\
"
$dir
"
/drivers/dahdi/Module.symvers
ln
-s
/usr/include
"
$dir
"
/include
}
md5sums
=
"a6b1a24a436e1c1fd08b99d27cfe3f38 dahdi-linux-2.2.0.tar.gz
c78fb8d80f9efdffd950297c88ff9273 dahdi-depmod.patch
4b41a82ff390ac64c08092c5a3eab6a8 dahdi-bri_dchan.patch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment