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
646
Issues
646
List
Boards
Labels
Service Desk
Milestones
Merge Requests
177
Merge Requests
177
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
7b9af7fc
Commit
7b9af7fc
authored
Apr 29, 2019
by
Leo
Committed by
Timo Teräs
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/perl-inline: fix license, modernize
- Fix wrong license - use $() instead of backticks ``
parent
cf27c567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main/perl-inline/APKBUILD
main/perl-inline/APKBUILD
+4
-4
No files found.
main/perl-inline/APKBUILD
View file @
7b9af7fc
...
...
@@ -3,11 +3,11 @@
pkgname
=
perl-inline
_pkgname
=
Inline
pkgver
=
0.83
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Write Perl subroutines in other programming languages"
url
=
"http://search.cpan.org/~ingy/Inline/"
arch
=
"noarch"
license
=
"Artistic-1.0-Perl"
license
=
"Artistic-1.0-Perl
GPL-1.0-or-later
"
depends
=
"perl"
makedepends
=
"perl-dev"
checkdepends
=
"perl-test-warn"
...
...
@@ -17,12 +17,12 @@ builddir="$srcdir"/$_pkgname-$pkgver
prepare
()
{
default_prepare
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
build
()
{
export
CFLAGS
=
`
perl
-MConfig
-E
'say $Config{ccflags}'
`
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
make
}
...
...
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