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
819b1a1a
Commit
819b1a1a
authored
May 02, 2011
by
Giuseppe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added new package: lib32-acl
parent
029134ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
lib32-acl/PKGBUILD
lib32-acl/PKGBUILD
+36
-0
No files found.
lib32-acl/PKGBUILD
0 → 100644
View file @
819b1a1a
# Lib32 Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
pkgname
=
lib32-acl
pkgver
=
2.2.49
pkgrel
=
1
pkgdesc
=
"Access control list libraries (32-bit)"
arch
=(
'x86_64'
)
url
=
"http://savannah.nongnu.org/projects/acl"
license
=(
'LGPL'
)
depends
=(
'lib32-attr'
'acl'
)
makedepends
=(
'gcc-multilib'
)
options
=(
'!libtool'
)
source
=(
http://mirrors.zerg.biz/nongnu/acl/acl-
${
pkgver
}
.src.tar.gz
)
sha256sums
=(
'b9c7f4752e4ef4930a62fa5aa0d7efe1cba2b5a3a2d6ee2b45c0a70c72b7e5d5'
)
build
()
{
cd
"
${
srcdir
}
/acl-
${
pkgver
}
"
export
CC
=
"gcc -m32"
export
PKG_CONFIG_PATH
=
"/usr/lib32/pkgconfig"
export
INSTALL_USER
=
root
INSTALL_GROUP
=
root
./configure
--prefix
=
/usr
--libdir
=
/usr/lib32
--libexecdir
=
/usr/lib32
make
}
package
()
{
cd
"
${
srcdir
}
/acl-
${
pkgver
}
"
make
DIST_ROOT
=
"
${
pkgdir
}
"
install
install-lib install-dev
rm
-rf
${
pkgdir
}
/usr/
{
bin,include,share
}
}
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