You are not logged in.

#1 2013-02-26 08:15:35

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

[SOLVED]How to build debian package source in Arch Linux?

I'm porting openssl for sh4 arch.

If I use Arch Linux PKGBUILD, it built failed. (I guess that's caused by there is no asm code for sh4 cpu).

So, I decide use debian's source.
But, is there any one know how to porting debian's package into Arch Linux?
I can apt-get source openssl from other machine.  But I don't know what's the correct step to build it into Arch Linux' structure.


Solution: refer brebs's PKGBUILD hint.

Last edited by dlin (2013-02-26 09:44:16)


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2013-02-26 08:29:07

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]How to build debian package source in Arch Linux?

An example: cairo-ubuntu.

Offline

#3 2013-02-26 09:22:29

Awebb
Member
Registered: 2010-05-06
Posts: 6,275

Re: [SOLVED]How to build debian package source in Arch Linux?

I guess you should try to find the location of the source package, instead of downloading the sources via apt. After that, it should not be too special.

Offline

#4 2013-02-26 09:39:40

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]How to build debian package source in Arch Linux?

The source is not hard to find. Look on Debian packages - each package has 2 files, the ".orig", and Debian's diff (which is sometimes not a diff, these days, thankfully because just having a simple "debian/patches" subdirectory available is a little bit easier for us).

Edit: Here ya go, convenient links:

http://packages.debian.org/sid/openssl
http://ftp.de.debian.org/debian/pool/ma … ian.tar.gz

Last edited by brebs (2013-02-26 09:42:10)

Offline

Board footer

Powered by FluxBB