Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
49e9e951
Commit
49e9e951
authored
Dec 26, 2018
by
Luca Giambonini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib32-e2fsprogs 1.44.5 [skip-ci]
parent
2e61410a
Pipeline
#2098
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
lib32-e2fsprogs/PKGBUILD
lib32-e2fsprogs/PKGBUILD
+9
-9
No files found.
lib32-e2fsprogs/PKGBUILD
View file @
49e9e951
# Lib32 Packages for Chakra, part of chakra-project.org
# Lib32 Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
_pkgbasename
=
e2fsprogs
_pkgbasename
=
e2fsprogs
pkgname
=
lib32-e2fsprogs
pkgname
=
lib32-e2fsprogs
pkgver
=
1.4
2.13
pkgver
=
1.4
4.5
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"Ext2 filesystem libraries (32-bit)"
pkgdesc
=
"Ext2 filesystem libraries (32-bit)"
arch
=(
x86_64
)
arch
=(
x86_64
)
...
@@ -13,22 +11,24 @@ url="http://e2fsprogs.sourceforge.net"
...
@@ -13,22 +11,24 @@ url="http://e2fsprogs.sourceforge.net"
depends
=(
'lib32-util-linux>=2.22.1'
$_pkgbasename
=
$pkgver
)
depends
=(
'lib32-util-linux>=2.22.1'
$_pkgbasename
=
$pkgver
)
makedepends
=(
'bc'
'lib32-gcc-libs'
)
makedepends
=(
'bc'
'lib32-gcc-libs'
)
source
=(
"http://downloads.sourceforge.net/sourceforge/
${
_pkgbasename
}
/
${
_pkgbasename
}
-
${
pkgver
}
.tar.gz"
)
source
=(
"http://downloads.sourceforge.net/sourceforge/
${
_pkgbasename
}
/
${
_pkgbasename
}
-
${
pkgver
}
.tar.gz"
)
md5sums
=(
'
bc759fc62666786f5436e2075beb3265
'
)
md5sums
=(
'
8d78b11d04d26c0b2dd149529441fa80
'
)
build
()
{
build
()
{
export
CC
=
"gcc -m32"
export
CC
=
"gcc -m32"
export
CXX
=
"g++ -m32"
export
CXX
=
"g++ -m32"
export
PKG_CONFIG_PATH
=
"/usr/lib32/pkgconfig"
export
PKG_CONFIG_PATH
=
"/usr/lib32/pkgconfig"
cd
"
${
srcdir
}
/
${
_pkgbasename
}
-
${
pkgver
}
"
cd
"
${
_pkgbasename
}
-
${
pkgver
}
"
./configure
--prefix
=
/usr
\
./configure
--prefix
=
/usr
--libdir
=
/usr/lib32
--with-root-prefix
=
""
--enable-elf-shlibs
\
--libdir
=
/usr/lib32
\
--with-root-prefix
=
""
\
--enable-elf-shlibs
\
--disable-
{
debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid
}
--disable-
{
debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid
}
make
make
}
}
package
()
{
package
()
{
cd
"
${
srcdir
}
/
${
_pkgbasename
}
-
${
pkgver
}
"
cd
"
${
_pkgbasename
}
-
${
pkgver
}
"
make
DESTDIR
=
"
${
pkgdir
}
"
install-libs
make
DESTDIR
=
"
${
pkgdir
}
"
install-libs
rm
-rf
"
${
pkgdir
}
"
/usr/
{
bin,include,share
}
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