Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
887ad74f
Commit
887ad74f
authored
Aug 21, 2019
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] lib32-libmodplug: update to 0.8.9.0
parent
82c1aec4
Pipeline
#4079
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
lib32-libmodplug/PKGBUILD
lib32-libmodplug/PKGBUILD
+11
-9
No files found.
lib32-libmodplug/PKGBUILD
View file @
887ad74f
_pkgbasename
=
libmodplug
pkgname
=
lib32-
${
_pkgbasename
}
pkgver
=
0.8.
8.5
pkgrel
=
2
pkgver
=
0.8.
9.0
pkgrel
=
1
pkgdesc
=
"A MOD playing library (32 bit)"
arch
=(
'x86_64'
)
url
=
"http://modplug-xmms.sourceforge.net/"
license
=(
'custom'
)
depends
=(
'lib32-gcc-libs'
$_pkgbasename
=
$pkgver
)
makedepends
=(
'gcc-multilib'
)
options
=(
'!libtool'
)
source
=(
"http://downloads.sourceforge.net/modplug-xmms/
${
_pkgbasename
}
-
${
pkgver
}
.tar.gz"
)
md5sums
=(
'5f30241db109d647781b784e62ddfaa1'
)
depends
=(
'lib32-gcc-libs'
'lib32-glibc'
$_pkgbasename
=
$pkgver
)
source
=(
"https://downloads.sourceforge.net/modplug-xmms/
${
_pkgbasename
}
-
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de'
)
build
()
{
export
CC
=
'gcc -m32'
...
...
@@ -24,7 +22,11 @@ build() {
package
()
{
cd
"
${
srcdir
}
/
${
_pkgbasename
}
-
${
pkgver
}
"
make
DESTDIR
=
"
${
pkgdir
}
"
install
rm
-rf
"
${
pkgdir
}
"
/usr/
{
include,share,bin
}
}
sed
's|includedir=${prefix}/include|includedir=${prefix}/include/libmodplug/|'
-i
"
${
pkgdir
}
"
/usr/lib32/pkgconfig/libmodplug.pc
rm
-rf
"
${
pkgdir
}
"
/usr/include
install
-dm
755
"
${
pkgdir
}
"
/usr/share/licenses
ln
-s
libmodplug
"
${
pkgdir
}
"
/usr/share/licenses/lib32-libmodplug
}
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