File _link of Package l-smash

15
 
1
<link project="Essentials" package="l-smash">
2
<patches>
3
  <!-- <branch /> for a full copy, default case  -->
4
  <!-- <apply name="patch" /> apply a patch on the source directory  -->
5
  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
6
  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
7
  <!-- <add name="file.patch" />
8
        Add a patch to be applied after %setup (spec file only).
9
        Patch path prefix stipping can be controlled with the "popt" attribute,
10
        for example ``popt="1"`` that translates to %patch -p1.
11
  -->
12
  <!-- <delete name="filename" /> delete a file -->
13
</patches>
14
</link>
15