Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dermot Bradley
aports
Commits
227b258a
Commit
227b258a
authored
8 years ago
by
Valery Kartel
Committed by
Leonardo Arena
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/perl-file-temp: upgrade to 0.2304
- fix -doc - apkbuild cleanups
parent
694a5d65
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/perl-file-temp/APKBUILD
+13
-9
13 additions, 9 deletions
main/perl-file-temp/APKBUILD
with
13 additions
and
9 deletions
main/perl-file-temp/APKBUILD
+
13
−
9
View file @
227b258a
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
perl-file-temp
_pkgreal
=
File-Temp
pkgver
=
0.230
2
pkgver
=
0.230
4
pkgrel
=
0
pkgdesc
=
"return name and handle of a temporary file safely"
url
=
"http://search.cpan.org/dist/File-Temp/"
...
...
@@ -14,27 +14,31 @@ depends="$cpandepends"
makedepends
=
"perl-dev
$cpanmakedepends
"
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/
$_pkgreal
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
prepare
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
make
&&
make
test
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
md5sums
=
"799ceb423aa4d2bbb87a00986324e909 File-Temp-0.2302.tar.gz"
sha256sums
=
"a5dbeced856222bd17e13c903dee9b133757e7c19fb476a1598dde03dc80d1b0 File-Temp-0.2302.tar.gz"
sha512sums
=
"900dc496d03e3aac231fbf0bb4c4a08fb3cd17dcabe73af9e3771cf56862f4195c839bc666fda5b723994a09209bc679e1ca59ff312a093111c45f8ecf7c34a3 File-Temp-0.2302.tar.gz"
doc
()
{
default_doc
replaces
=
"perl-doc"
}
md5sums
=
"c1e19bfcc8cfc440b149a108be54b9d2 File-Temp-0.2304.tar.gz"
sha256sums
=
"13415323e48f7c9f34efdedf3d35141a7c3435e2beb8c6b922229dc317d321ac File-Temp-0.2304.tar.gz"
sha512sums
=
"823acf6ca42eb0548617feec4ce32e24da3fbbcb05d78dadea902e318797ed31bb16ef2b7fee50f79d52adb7dd561b8f97c1b9e11c56ba7d50735efbf639f1db File-Temp-0.2304.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment