Search Criteria
Package Details: intltool-debian 0.35.0-6
Git Clone URL: | https://aur.archlinux.org/intltool-debian.git (read-only, click to copy) |
---|---|
Package Base: | intltool-debian |
Description: | The internationalization tool collection with RFC822 support |
Upstream URL: | http://www.debian.org/ |
Licenses: | |
Submitter: | None |
Maintainer: | dundee |
Last Packager: | dundee |
Votes: | 56 |
Popularity: | 0.162147 |
First Submitted: | 2007-09-05 17:49 |
Last Updated: | 2018-01-13 19:22 |
Latest Comments
1 2 Next › Last »
nicoulaj commented on 2018-12-16 12:14
I'm not sure, but the Debian FTP (http://ftp.debian.org/debian/pool/main/i/intltool-debian) contains a .4 version uploaded in 2015, and this builds the .1 version uploaded in 2006, so maybe this should be updated ?
dundee commented on 2018-01-13 19:22
Updated, sorry for the late response.
crave commented on 2018-01-12 17:41
You can replace "ftp://" with "http://" in the PKGBUILD to fix this.
DuBistKomisch commented on 2017-11-19 12:50
The ftp address no longer works as FTP services have been shut down, see https://www.debian.org/News/2017/20170425.
Simply changing to http in the PKGBUILD let me install.
dundee commented on 2015-06-01 07:38
Thanks, fixed.
dequis commented on 2015-05-31 22:51
This was generating empty packages for me, i changed ${startdir}/pkg/ into ${pkgdir} in the package() function and it worked.
dundee commented on 2015-02-03 18:20
Updated, thanks.
shtrom commented on 2015-02-03 00:10
Yup, this is easily fixed by moving the last `cp` statement from function `build` into a new `package` function [0]:
build() {
cd ${startdir}/src
ar -x ${startdir}/src/${pkgname}_${pkgver}+20060710.1_all.deb data.tar.gz
tar -zxf ${startdir}/src/data.tar.gz
}
package() {
cp -r ${startdir}/src/usr/ ${startdir}/pkg/
}
[0] http://pastebin.com/hnUxudka
CyrIng commented on 2015-01-21 03:24
Missing package() function in PKGBUILD
marcinfa commented on 2013-02-08 02:27
Sorry, bad option. I want download tarball.