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
676
Issues
676
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
7683d662
Commit
7683d662
authored
Aug 14, 2016
by
Aji Kisworo Mukti
Committed by
Natanael Copa
Sep 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/jpegoptim: new aport
parent
5620eba1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
testing/jpegoptim/APKBUILD
testing/jpegoptim/APKBUILD
+35
-0
No files found.
testing/jpegoptim/APKBUILD
0 → 100644
View file @
7683d662
# Contributor: Aji Kisworo Mukti <aji.kisworo.mukti@gmail.com>
# Maintainer: Aji Kisworo Mukti <aji.kisworo.mukti@gmail.com>
pkgname
=
jpegoptim
pkgver
=
1.4.3
pkgrel
=
0
pkgdesc
=
"Utility to optimize jpeg files"
url
=
"https://github.com/tjko/jpegoptim"
arch
=
"all"
license
=
"GPL2"
depends
=
"libjpeg-turbo"
makedepends
=
"libjpeg-turbo-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/tjko/jpegoptim/archive/RELEASE.
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-RELEASE
.
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr/
\
--mandir
=
/usr/share/man/
\
||
return
1
make
||
return
1
make strip
||
return
1
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
return
0
}
md5sums
=
"5a355ff79b8eba14545fe96e3acb2f4c RELEASE.1.4.3.tar.gz"
sha256sums
=
"f892f5917c8dd8259d319df204e4bc13806b90389041ca7a4a24d8a5c25c7013 RELEASE.1.4.3.tar.gz"
sha512sums
=
"55a2b9842aa62fbe89557490112fe7b9e78265db12d6a46c0f4facdb88eb53b0f8da3480defd31977070c0e879034f8b5061d51177ca9345f04221abbc7ecd13 RELEASE.1.4.3.tar.gz"
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