Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
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
desktop
Commits
61ad6c01
Commit
61ad6c01
authored
Feb 21, 2011
by
abveritas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding cli apps lftp & xclip
parent
662d1d81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
84 additions
and
6 deletions
+84
-6
handbrake-cli/PKGBUILD
handbrake-cli/PKGBUILD
+5
-6
lftp/PKGBUILD
lftp/PKGBUILD
+43
-0
lftp/lftp.install
lftp/lftp.install
+12
-0
xclip/PKGBUILD
xclip/PKGBUILD
+24
-0
No files found.
handbrake-cli/PKGBUILD
View file @
61ad6c01
# $Id: PKGBUILD 84760 2010-07-04 06:05:09Z eric $
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sebastien Piccand <sebcactus gmail com>
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgbase
=
handbrake
pkgname
=(
'handbrake-cli'
)
...
...
@@ -16,9 +18,6 @@ md5sums=('e17d3663fc36a985fe43e188695e3196')
build
()
{
cd
"
$srcdir
/HandBrake-
$pkgver
"
# Use Python 2
#sed -i 's/python /python2 /' gtk/src/Makefile.am
./configure
--prefix
=
/usr
--force
--disable-gtk
--disable-gtk-update-checks
cd
build
make
...
...
lftp/PKGBUILD
0 → 100644
View file @
61ad6c01
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor: mornik <mornik@gmail.com>
pkgname
=
lftp
pkgver
=
4.1.3
pkgrel
=
1
pkgdesc
=
"Sophisticated command line based FTP client with openssl"
arch
=(
'i686'
'x86_64'
)
url
=
"http://lftp.yar.ru/"
license
=(
'GPL3'
)
depends
=(
'gcc-libs'
'readline'
"gnutls>=2.6.8"
"expat>=2.0.1"
'perl'
)
makedepends
=(
'make'
)
source
=(
http://ftp.yars.free.net/pub/source/lftp/
${
pkgname
}
-
${
pkgver
}
.tar.bz2
)
md5sums
=(
'dd769dcef10296271bff05d283680f9a'
)
install
=
lftp.install
build
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
# Run configure
./configure
make
||
return
1
}
package
(){
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
make
DESTDIR
=
$pkgdir
install
}
package
()
{
cd
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
make
DESTDIR
=
${
pkgdir
}
install
rm
-rf
${
pkgdir
}
/usr/lib
}
\ No newline at end of file
lftp/lftp.install
0 → 100644
View file @
61ad6c01
pkgname
=
lftp
post_install
()
{
ln
-
s
/
usr
/
local
/
bin
/
lftp
/
usr
/
bin
}
post_upgrade
()
{
post_install
}
post_remove
()
{
rm
/
usr
/
bin
/
lftp
}
\ No newline at end of file
xclip/PKGBUILD
0 → 100644
View file @
61ad6c01
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
xclip
pkgver
=
0.12
pkgrel
=
1
pkgdesc
=
"A command line utility that provides interface to Xclipboard."
arch
=(
'i686'
'x86_64'
)
url
=
"http://sourceforge.net/projects/xclip"
license
=(
'GPL'
)
depends
=(
'libxmu'
'sh'
)
source
=(
http://downloads.sourceforge.net/sourceforge/xclip/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'f7e19d3e976fecdc1ea36cd39e39900d'
)
sha1sums
=(
'aed2cff18b9aecfe3377ad064c6a67518bbec211'
)
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
./configure
--prefix
=
/usr
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
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